Skip to content

Instantly share code, notes, and snippets.

@melcor76

melcor76/main.js Secret

Last active September 12, 2020 15:14
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/b64daba1668a2a25747446b680eab62d to your computer and use it in GitHub Desktop.
Save melcor76/b64daba1668a2a25747446b680eab62d to your computer and use it in GitHub Desktop.
js-tetris - new board
let board = new Board();
function play() {
board.reset();
console.table(board.grid);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment