codeRIT / DeltaX

Multiplayer MiniGames for CodeRIT General Meetings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 64.5%Language:JavaScript 15.4%Language:HTML 13.3%Language:CSS 3.7%Language:CoffeeScript 3.1%