Skip to content

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 repr…

Notifications You must be signed in to change notification settings

nehavatsyan/TicTacToe-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe using Rest API

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.

Tic Tac Toe

Image source: Wikipedia

To run this api :

  • You must have Golang installed in your system
  • In terminal, Change directory to TicTacToe-go
  • Type command go run main.go
  • open main.html in browser and you are ready to enter API

About

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 repr…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published