Skip to content

Coma-cycle/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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!!

About

Terminal base game i wrote back at the first semester of college and now hope to improve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages