Craft

From Libregamewiki
Jump to navigation Jump to search
Craft
Craft By Fogleman.png
Craft
GenreSandbox
Latest release1.0  (Announcement)
Release dateMarch 1, 2014
PlatformsWindows, GNU/Linux, macOS
Code licenseMIT
Media licenseMIT [1]
P. languageC (client), Python (server)
LibraryOpenGL
Homepagehttps://www.michaelfogleman.com/projects/craft/
Contribute
Craft is a free game. This means that the source code and media files are available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Craft is a Minecraft-like voxel sandbox game, which is simpler than e.g. Luanti, consisting of only few thousand lines of code.[2] It has been used as a base for several other projects. However, despite its simplicity, the game is very fast and offers a lot of features such as:[3]

  • procedural terrain
  • more than 20 types of blocks, easy addition of new ones
  • day/night cycle
  • lights
  • ambient occlusion
  • persistent world
  • support for multiplayer via Python server

External links[edit]

References[edit]