## Minesweeper This [Minesweeper clone](games/minesweeper/index.html) was my first attempt at a game in Javascript. MinesweeperNotes1 ## Tetris To get the game mechanics working at first, I wrote a [Tetris clone](games/tetris_ascii/index.html) using simple Ascii characters in a [pre](/aw/lang/html/PreElement) for the game board. Then, with that working, I changed the display functions to use the HtmlCanvas to produce [this improved Tetris Clone](games/tetris_canvas/index.html).