Put minesweeper.exe into a folder somewhere. Application will create save-files
- newgame: starts new game
- loadlast: loads last game
- dellast: deletes last game
- loadsave: loads player save
- delsave: deletes playes save
- close: closes game
- help: output commands documentation
- open xy: opens cell with xy coordinates
- flag xy: flags cell with xy coordinates
- unflag xy: unflags cell with xy coordinates
- save: saves curent game state
- close: close the game
Added main menu and save feature!
Here you will start the game
- newgame: starts new game
- loadlast: loads last game
- dellast: deletes last game
- loadsave: loads player save
- delsave: deletes playes save
- close: closes game
Your every in-game action will be saved! After you leave the game, you can load it with "loadlast" command!
- save: saves your curent game state
After you leave the game, you can load it with "loadsave" command!
- Fixed some bugs
- Now code is most handy for next updates
Now you can play in minesweeper!
1. Enter game field sizes
2. Enter amount of mines
3. Play!
- help: output commands documentation
- open xy: open cell with xy coordinates
- flag xy: flag cell with xy coordinates
- unflag xy: unflag cell with xy coordinates
- close: close the game
Important: x - horizontal coordinates, y - vertical coordinates
Now you can enter count of mines too!
When you start the program, you need to enter two integer values, which will be a game field size. Then you will see a game field with your size.