Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 416 Bytes

terminal_minesweeper

A terminal minesweeper implemented with curses

Practice of linux programming.

How to run:

Download the file and make sure your system has curses/ncurses.
Run: gcc -o mine mine.c -lncurses
Followed by: ./mine [custom row#] [custom col#] [custom mine#]

Screenshot