snek time

This commit is contained in:
2024-12-23 22:38:16 +03:00
parent e58094787f
commit 6dafffb522
3 changed files with 274 additions and 8 deletions

View File

@@ -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