Skip to content

JoshuaEN/OthelloGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Game

Letter Grade: A

A Computer Player for the game Othello whose goal is to achieve victory by the smallest margin (one disk).

The intent being to have the Computer Player toy with its opponent, creating the illusion of a close game but always winning.


Towards this goal, the current version of the Computer Player in testing only achieved its goal 1% of the time.

Looking at the test data, I determined winning by any odd number was rare, having occurred only 6% of the time. Looking at wins by two disks (the lowest even number), the success rate of the Computer Player increased to 25%.

For more details, see the report I submitted for this project.


Source Code: https://github.com/JoshuaEN/OthelloGame

Report: https://drive.google.com/file/d/0B3ix0OKW45noQUtkVF9iQ0lSM1U/view?usp=sharing

About

A Computer Player for the game Othello whose goal is to achieve victory by the smallest margin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages