minesweeper/src/main/js
Florine W. Dekker 6d93d3394f
Add option to disable flag hints
2020-08-25 16:36:06 +02:00
..
Action.ts Implement redo button 2020-08-07 00:19:17 +02:00
Common.ts Defocus buttons after pressing 2020-08-17 13:10:49 +02:00
Difficulty.ts Uncover to-be-clicked square 2020-08-07 13:44:45 +02:00
Display.ts Add option to disable flag hints 2020-08-25 16:36:06 +02:00
Field.ts Avoid using undefined where possible 2020-08-13 11:13:00 +02:00
Game.ts Add option to disable flag hints 2020-08-25 16:36:06 +02:00
Main.ts Add option to disable flag hints 2020-08-25 16:36:06 +02:00
Solver.ts Avoid using undefined where possible 2020-08-13 11:13:00 +02:00
Statistics.ts Display win percentage 2020-08-25 14:44:52 +02:00
Storage.ts Cache local storage to improve performance 2020-08-12 22:01:57 +02:00
Timer.ts Add timer for finding solvable field 2020-08-07 12:24:56 +02:00
UI.ts Defocus buttons after pressing 2020-08-17 13:10:49 +02:00