MINESWEEPER
-
this can run on linux and windows with a normal g++ compiler;
-
g++ -o main.cpp -
./a.out -
libraries used : iostream, string , termios.h
-
It's a text base game with no graphic involved but some feature of terminal such as ASCII characters are involved;
-
the game asks for a come-back to previous state each time and the player must type the coordinate of the cell based on the numbers that are shown on the terminal each time in order to play;
-
A 30*16 sized board with 97 mineas!!