https://github.com/nehavatsyan/tictactoe-rest
Repository consists of implementation of Tic Tac Toe with Rest Api using Go, Gin. Tic Tac Toe, or Noughts and Crosses for the rest of the world, is a nice simple game where players X and O (or cross and nought) alternate turns occupying cells on a game board until one player reaches a win condition or there are no more empty cells. This API represents the game as a set of valid board states and the viable transitions between the states.
https://github.com/nehavatsyan/tictactoe-rest
api gin gin-gonic go golang golangexamples tictactoe
Last synced: about 1 month ago
JSON representation
Repository consists of implementation of Tic Tac Toe with Rest Api using Go, Gin. Tic Tac Toe, or Noughts and Crosses for the rest of the world, is a nice simple game where players X and O (or cross and nought) alternate turns occupying cells on a game board until one player reaches a win condition or there are no more empty cells. This API represents the game as a set of valid board states and the viable transitions between the states.
- Host: GitHub
- URL: https://github.com/nehavatsyan/tictactoe-rest
- Owner: nehavatsyan
- License: gpl-3.0
- Created: 2020-02-12T03:43:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T12:27:33.000Z (about 5 years ago)
- Last Synced: 2025-01-31T13:43:45.761Z (3 months ago)
- Topics: api, gin, gin-gonic, go, golang, golangexamples, tictactoe
- Language: HTML
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe using Rest API
Repository consists of implementation of Tic Tac Toe with Rest Api using Go, GinTic Tac Toe, or Noughts and Crosses for the rest of the world, is a nice simple game where players X and O (or cross and nought) alternate turns occupying cells on a game board until one player reaches a win condition or there are no more empty cells. This API represents the game as a set of valid board states and the viable transitions between the states.

*Image source: Wikipedia*
Game Source Attribution : https://codepen.io/mang0-cpu/pen/ZEYqOGj