Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Arian8j2/YourCraft

Repository files navigation

YourCraft

Simple minecraft clone
Copyright (C) 2021 Arian Rezazadeh

Image of game

What can you do ingame?

Your abilities are infinite just like minecraft, You can:

  • Place block
  • Remove block

even you can move in game 😁

How to download and compile?

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