Project Othello
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. [edit] OverviewOthello (also known as Reversi) is a simple strategy game where 2 players use colored disks in an attempt to capture territory on an 8x8 board. Click here for the complete rules of Othello, and a playable online version of the game. A strategy guide for Othello may be found here. To discuss Project Othello, please make use of this discussion thread on the forums.
[edit] DesignHere is a brief overview of the design of the game. All language implementations should attempt to adhere to this design in order to ensure commonality across all versions! For those languages which are not object oriented (such as C), please attempt to segregate code into modules which correlate to the classes mentioned below. [edit] Class: GameBoard
[edit] Class: Renderer
[edit] Class: SoundManager
[edit] ImplementationsThe following implementations of the project are planned. Please add your name if you are interested in assisting.
|


