INF 122 Final Project Group
####Branches
Name | Contributors | Purpose |
---|---|---|
Master | all | For production edition of the code. |
####DEVELOPER README####
How to add a new game
-
- Add to client side list of games
-
- New class that extends from Game
-
- New Logic class that implements GameLogic
-
- Add to Simple Game Factory
Known Bugs (Breaking)
- can't start game until all players are present (will break)
- can't have a blank room name (will break)
Other Bugs (Not breaking, but more missing features)
- technically not allowed to put pieces everywhere in othello (should only place pieces/valid moves to adjacent pieces)
- checkers doesn't allow for multi-jumps