diff options
author | mRnea <akannemre@gmail.com> | 2024-12-23 22:38:16 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-12-23 22:38:16 +0300 |
commit | 6dafffb522d9f2c9ae4f098a2e7d20f35218b7f6 (patch) | |
tree | d52937f59c80903ebd5168cea932209d51cb7ede /README.md | |
parent | e58094787f4ef7b80227ca92e031858f79c48286 (diff) |
snek time
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 48 |
1 files changed, 40 insertions, 8 deletions
@@ -1,10 +1,42 @@ # Games -+ [x] Minesweeper -+ [x] Sliding Puzzle -+ [ ] Asteroids -+ [ ] Snake -+ [ ] Pong -+ [ ] Sudoku -+ [ ] Space Invaders -+ [ ] Rubik's Cube +## Done + +## WIP + ++ Minesweeper + - [ ] Select/Expose/Mark tiles with keyboard + - [ ] Dynamic size, different difficulties + - [ ] Generate map after first click + - [ ] Other improvements to algorithm + ++ Sliding Puzzle + - [ ] Use actual image instead of numbers + - [ ] Dynamic size + ++ Pong + - [ ] Pickups, powerups etc. + - [ ] Online multiplayer + ++ Snake + + +## Planned + ++ Asteroids ++ Sudoku ++ Space Invaders ++ Snake ++ Flappy ++ Tetris ++ Missile Command ++ Arkanoid (destroying blocks with bouncing ball) ++ Picross (Nonogram) https://en.wikipedia.org/wiki/Nonogram ++ Dinosaur jumping ++ Game of life ++ Maze + +### 3d + ++ Rubik's Cube ++ Maze |