Programme Details
Take over your oponents coins by bordering them with two of your own coins
Programme
Applet
Please be paitent, it might take some time to load
Source Code
- dataManager.java (static class for importing images into a programme)
- othello.java (main)
- othelloCanvas.java (the drawing area of the game)
- othelloChessBoard.java (the chess board tailored for the game)
- othelloMatrix.java (remembers what piece is where on the board)
- othelloMoveCheck.java (checks a move is valid)