/Terminal-Miner

Idle Game for mining materials, written in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Terminal-Miner

Idle Game for mining materials, written in C++

Instructions to Play

  • Requires Git and a C++ Compiler installed
# In a terminal of your choice

git clone https://github.com/GamerCoder215/Terminal-Miner
cd Terminal-Miner

# Example Compiler: g++ (GNU C++ Compiler, Preinstalled on most Linux Distros)
g++ -o main main.cpp
./main

# Alternatively, you can use the Makefile
make run