Skip to content

Minesweeper is a C++ prototype of the famous Minesweeper game. Key feature in this program is that the interface is done using kbhit() function which detects the arrows keys and used to move with in the range.

Notifications You must be signed in to change notification settings

Aravindhan-G/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Minesweeper

Minesweeper is a C++ prototype of the famous Minesweeper game. Key feature in this program is that the interface is done using kbhit() function which detects the arrows keys and used to move with in the range.Feel free to try it out!!

About

Minesweeper is a C++ prototype of the famous Minesweeper game. Key feature in this program is that the interface is done using kbhit() function which detects the arrows keys and used to move with in the range.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages