Skip to content

bil-bas/robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robin

Central server for turn-based games, such as Smash and Grab

RESTful Routes

  • GET /
    • Server information

Games

  • GET /games

    • Retrieve list of games.
  • GET /games/<game-id>

    • Download a particular game.
  • POST /games

    • Create a new game.
  • GET /games/<game-id>/actions

    • Retreive a list of actions so far.
  • POST /games/<game-id>/actions

    • Submit an action (or turn).

Maps

  • GET /maps

    • Get list of maps.
  • GET /maps/<map-id>

    • Retreive map data.
  • POST /maps

    • Upload a new map.

Players

  • GET /players

    • Get a list of players.
  • POST /players

    • Create a new player.
  • GET /players/<player-name>

    • Get information about a player.
  • GET /players/<player-name>/games

    • List of games the player has played or is playing.
  • GET /players/<player-name>/maps

    • List of maps the player has uploaded.

About

Game turn server, developed for the game Smash and Grab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages