Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 597 Bytes

Tic Tac Toe

A simple GraphQL implementation of a tic-tac-toe game

This is a GraphQL demo application of a tic-tac-toe game, implemented with Java, Spring Boot and the Kickstart library.

❌ │ ⭕ │ 
──────────────
❌ │ ❌ │ 
──────────────
⭕ │ ⭕ │ ❌ 

In the server folder there is the code of the server that exposes the APIs to play the game.

In the client folder there is a basic CLI client to test the server application and play the game.