Skip to content
Snippets Groups Projects
Commit 9fb162d5 authored by Mathieu ERHARD's avatar Mathieu ERHARD
Browse files

todo list checks

parent dde422f2
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@ Made for fun and to improve my programming skills, don't expect a lot from it.
# TODO List (somewhat in order):
-Make the game actually end when you win/lose
-Make the game actually end when you win/lose |DONE|
-Make a background, which will also show the time spent and (mines - flags)
-End screens
-Show all mines when defeat (maybe show in red the mine that exploded)
-End screens |DONE|
-Show all mines when defeat |DONE| (maybe show in red the mine that exploded)
-Save/load functionnalities
-Difficulty choice
-Custom difficulties
......
......@@ -8,9 +8,9 @@
#include "viewport.h"
//#define DEBUG_TXT
#define LINES 20
#define COLUMNS 30
#define MINES 60
#define LINES 40
#define COLUMNS 50
#define MINES 200
#define WIDTH 800
#define HEIGHT 600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment