sqeezy / ggj2020

Project for Global Game Jam 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define various Events

schnapster opened this issue · comments

Stuff like

  • Client joined / left the game
  • Client game control events (steering, using actions, etc)
  • Game update events (health bar, positions of ingame objects like the player, other player, possible items, screen position)
  • What map is being played
  • What do the other players look like, what are their directions, animations etc

This will happen as we go.