Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiDayServer

API Documentation

/othello

GET

Return the current game board state

POST

Create a new game (overwrites current game if applicable)

PUT

Make a move

Requires 3 items in the payload:

  • player
    • 1 or 2, indicates the player making the move
  • row
    • 0-7, indicates the row of the move
  • col
    • 0-7, indicates the column of the move

DELETE

Delete the current game

About

The server code to host multiplayer games on PiDay

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages