8000 GitHub - tayoky/opencraft
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tayoky/opencraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCraft

A free and open-source version of the famous game Minecraft

What is OpenCraft?

OpenCraft is a completely free and open-source version of the famous game Minecraft developped and maintained by PlayCrazy.

Installation guide

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/.

Automatic install

Linux

  1. First, make sure you have installed all the needed tools:
  • GCC (GNU Compiler Collection)
  • CMake
  • BASH (or any other shell)
  • OpenGL 3.x support
  1. Clone this repository:
git clone https://github.com/PlayCrazyOff/opencraft
  1. Build it from the sources
cd opencraft
cmake .
make
  1. Run the game
./opencraft
  1. Enjoy!

Windows

  1. First, make sure you have installed all the needed tools:
  • Visual Studio community (2022 or any other with cmake support)
  • OpenGL 3.x support
  1. Download the source code of this repository.

  2. in Visual Studio open the repo has a CMake project

  3. build the game inside Visual Studio

  4. Run the game (opencraft.exe).

  5. Enjoy!

Versions

See the full versions history here.

How to contribute?

You can contribute here!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.3%
  • CMake 7.7%
0