summaryrefslogtreecommitdiff
path: root/same-android
AgeCommit message (Collapse)Author
2012-01-26Add Discovery service.Kjetil Ørbekk
DiscoveryService listens to UDP broadcasts.
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-19Change the android client to use the Same interface.Kjetil Ørbekk
2012-01-18Hack: Use Same to synchronize state in the android app.Kjetil Ørbekk
2012-01-18Implement circle location and controls.Kjetil Ørbekk
The circle can be controlled with touch events.
2012-01-18Add Game classes in android project.Kjetil Ørbekk
Add a SurfaceView and draw on it.
2012-01-18Fix race condition.Kjetil Ørbekk
When new client joins: Add new participant to participants list before broadcasting new state.
2012-01-17Update android client.Kjetil Ørbekk
– Use the SameClient code from same. – Update dependency. – Remove PingServer.
2012-01-13Rename projects.Kjetil Ørbekk
– jsonrpc → same – master → same-android