pixel13 / tic-tac-toe

A tic tac toe demo game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tic tac toe demo game


Languages

Language:Java 100.0%