Skip to content

Instantly share code, notes, and snippets.

@MikeShi42
Created August 13, 2018 17:37
Show Gist options
  • Save MikeShi42/ed4e2e484ec62e57becae5262c0e70ff to your computer and use it in GitHub Desktop.
Save MikeShi42/ed4e2e484ec62e57becae5262c0e70ff to your computer and use it in GitHub Desktop.
class GameManager {
constructor(socket, remotePlayer, size, InputManager, Actuator, StorageManager) {
this.size = size; // Size of the grid
this.inputManager = new InputManager();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment