blob: 7a8b0986704187b91b034ca5aa5c37bb71fb50dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Games
## 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
+ Explode(?)
## 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
|