Skip to content

Tic Tac Toe game for reuse when testing different server implementations and backend services

License

Notifications You must be signed in to change notification settings

defold/game-xoxo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOXO - Tic Tac Toe

This is a Tic Tac Toe game made in Defold an intended for testing of different server implementations and backend services. The game has basic game state handling with a main menu and game screen. The screens interact with a backend through a Lua module where the various events and actions (connect, join, move, win etc) are sent from client to server and vice-versa.

Try a hotseat (serverless) version of the game here: https://defold.com/game-xoxo/.