summaryrefslogtreecommitdiff
path: root/same-android/src/main/java/com/orbekk/GameController.java
AgeCommit message (Collapse)Author
2012-01-20GameController listens to state changes.Kjetil Ørbekk
2012-01-20Refactor Android code.Kjetil Ørbekk
– Make a Controller and a state that supports several players.
2012-01-19Start implementing GameController.Kjetil Ørbekk
– GameController will manage the game state with more than one player, and communicating its state with the GUI and the other players.
2012-01-18Add Game classes in android project.Kjetil Ørbekk
Add a SurfaceView and draw on it.