Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gastonks/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MineSweeper

This project is a basic reproduction of a minesweeper in the terminal. The main goal of this project is to apply knowledge we acquired.

Compiltation

First, create the bin directory and the obj directory.

make stpprj

After that, to compile the program do

make

Finally, to execute the program, run

./bin/main [DIMENSION] ([DIMENSION])

For example,

./bin/main 10

will launch the game with a grid of 10x10. Or you can do,

./bin/main 10 5

that will launch a game with a grid of 5x10.

About

A basic terminal minesweeper in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published