Skip to content

hoshinoa/TheAnimals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

TheAnimals

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

    1. Add to client side list of games
    1. New class that extends from Game
    1. New Logic class that implements GameLogic
    1. 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