A free and open-source version of the famous game Minecraft
OpenCraft is a completely free and open-source version of the famous game Minecraft developped and maintained by PlayCrazy.
Installing OpenCraft on your system is very simple. It is available for Linux and Windows and can be built automatically or manually. You can also download it on https://playcrazy.itch.io/opencraft/.
- First, make sure you have installed all the needed tools:
- GCC (GNU Compiler Collection)
- CMake
- BASH (or any other shell)
- OpenGL 3.x support
- Clone this repository:
git clone https://github.com/PlayCrazyOff/opencraft
- Build it from the sources
cd opencraft
cmake .
make
- Run the game
./opencraft
- Enjoy!
- First, make sure you have installed all the needed tools:
- Visual Studio community (2022 or any other with cmake support)
- OpenGL 3.x support
-
Download the source code of this repository.
-
in Visual Studio open the repo has a CMake project
-
build the game inside Visual Studio
-
Run the game (
opencraft.exe
). -
Enjoy!
See the full versions history here.
You can contribute here!