Simple weekend project implementing multiplayer(2) tic-tac-toe game for Android.
The game is rendered on CanvasView.
For players communication WifiDirect API is used on peer-to-peer logic. On each player device, after enabling WifiDirect, list of available opponents(players on same wifi network) is presented. By clicking a player's name an invitation is send. Accepting an invitation starts game and players moves are rendered in real-time.
Android 4.0 or later required.
WifiDirect enabled hardware on phone required.