Skip to content

pixel13/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages