Dup Ver Goto 📝

SimpleJavascriptGames1

PT2/aw/lang/js does not exist
To
8 lines, 60 words, 483 chars Page 'SimpleJavascriptGames1' does not exist.

Minesweeper

This Minesweeper clone was my first attempt at a game in Javascript. MinesweeperNotes1

Tetris

To get the game mechanics working at first, I wrote a Tetris clone using simple Ascii characters in a pre for the game board. Then, with that working, I changed the display functions to use the HtmlCanvas to produce this improved Tetris Clone.