Skip to content
/ DeltaX Public

Multiplayer MiniGames for CodeRIT General Meetings

License

Notifications You must be signed in to change notification settings

codeRIT/DeltaX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing the Game

  • host = “link-to running instance”

  • Join (GET): host/join (return player json)

    Get request to retrieve a player for running game. Utilize this player instance to control game play.

  • Set name (POST): host/player/set?code=”xYz” [name,]

    Set player configurations such as name, x direction, y direction, z direction

  • Rejoin (GET): host/rejoin?code=”xYz” (returns player json)

    Rejoin running game instance with player code.

  • Make moves (POST): host/player/set?code=”xYz” [name, x, y, z]

    Change the direction of player/ship/object.

Current State:

  • Games Available: 1

About

Multiplayer MiniGames for CodeRIT General Meetings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published