Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 902 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 902 Bytes

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