summaryrefslogtreecommitdiff
path: root/same-android/src/main/java/com/orbekk/GameController.java
AgeCommit message (Collapse)Author
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.