-
-
Save melcor76/91dac89267aebbbc7eef98eedd95b4fb to your computer and use it in GitHub Desktop.
js-tetris - levels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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