Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created March 21, 2014 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/9684967 to your computer and use it in GitHub Desktop.
Save FGRibreau/9684967 to your computer and use it in GitHub Desktop.
Win at 2048game
var a=new GameManager(4, KeyboardInputManager, HTMLActuator, LocalScoreManager);
a.won=!0;
a.score=32768;
a.actuate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment