lang/js/ SimpleJavascriptGames1
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.