Dup Goto 📝

SimpleJavascriptGames1

PT2/lang/js/examples 07-31 13:46:48
To Pop
8 lines, 60 words, 483 chars Monday 2023-07-31 13:46:48

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.