Simple minecraft clone
Copyright (C) 2021 Arian Rezazadeh
Your abilities are infinite just like minecraft, You can:
- Place block
- Remove block
even you can move in game 😁
Just clone repo with:
git clone https://github.com/Arian8j2/Yourcraft.git --recursive
then create folder for build:
cd Yourcraft && mkdir build && cd build
and compile it:
cmake .. && make