Skip to content

Instantly share code, notes, and snippets.

@melcor76
Created November 19, 2019 13:20
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 melcor76/91dac89267aebbbc7eef98eedd95b4fb to your computer and use it in GitHub Desktop.
Save melcor76/91dac89267aebbbc7eef98eedd95b4fb to your computer and use it in GitHub Desktop.
js-tetris - levels
const LINES_PER_LEVEL = 10;
const LEVEL = {
0: 800,
1: 720,
2: 630,
3: 550,
// ...
}
Object.freeze(LEVEL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment