Programme Details
Play British draughts (checkers). Try to take over your oponents coins by diagonally hopping over them
Programme
Applet
Please be paitent, it might take some time to load
Source Code
- dataManager.java (static class for importing images into a programme)
- draughts.java (main)
- draughtsCanvas.java (the game area)
- draughtsChessBoard.java (the chess board tailored for draughts)
- draughtsMatrix.java (keeps track of what pieces are where on the board)
- draughtsMoveCheck.java (tests if a move is valid)