Skip to content

Instantly share code, notes, and snippets.

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