Skip to content

Ultimate-Tic-Tac-Toe/uttt-svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Tic Tic Toe

build status release status coverage status maintainability rating reliability rating security rating

This is a Rest API for the game of Ultimate Tic Tac Toe, with both two-player and human vs bot capabilities.

Endpoints

GET /rest/uttt/uttt/{id}

Return a game by its ID number.

POST /rest/uttt/uttt

Create a new game.

PUT /rest/uttt/uttt/{id}

Make a move on the game with the given ID number. Body contains player/move info.

DELETE /rest/uttt/uttt/{id}

Delete a game by its ID number.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages