Skip to content

tmct/noughtsCrossesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noughtsCrossesAPI

An interface to the SMF/Softwire noughts & crosses DB!

Usage

  • GET (hostname)/game/(gameNumber) => game data!
  • POST (hostname)/game/(gameNumber)/move,
    {
      player: (1 or 2),
      position: [row, column]
    }
  • POST (hostname)/game/(gameNumber) => creates new (blank) game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published