Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 261 Bytes

File metadata and controls

7 lines (5 loc) · 261 Bytes

Miner

Compilation

To compile this game, a Makefile is include so you can compile this game with make then run it with ./miner

Depedency

This project have one depedency Ncurses, you can install it with sudo apt install libncurses5-dev