- clone repository
- run the server by
ruby miner.rb
- open in browser http://localhost:8080
rake
12 runs, 42 assertions, 0 failures, 0 errors, 0 skips
1. Game mechanics:
- Cross-Diagonal empty cells opens (shouldn't): horizontal and vertical blocked cells not checked.
- ETA: 2hr to fix
- Cross-Diagonal mines count cell sometimes opens (shouldn't).
- ETA: 2hr to fix
2. User interface:
- Hide game settings board when game starts.
- ETA: 0.2hr to fix
- Show hidden cells on game over.
- ETA: 0.2hrs to fix.
- Process game finish state (message, show hidden cells, show game settings board, etc).
- ETA: 0.5hrs.
3. Improvements list: