Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 563 Bytes

GoongaMiners

GoongaMiners is a monke game designed after the feeling of playing in the backyard with sticks. GoongaMiners uses Minetest and MineClone2 (a subgame for Minetest) as a base. I am planning on making my own textures for everything in the future, and making a release that includes binaries for Windows and Linux.

Building

Compile just like any other cmake project.

git clone https://github.com/DinoNuggies7/GoongaMiners.git --recursive && cd GoongaMiners
mkdir -p build && cd build
cmake ..
make -j$(nproc)
sudo make install