Craft

From Libregamewiki
Jump to navigation Jump to search
Craft
Craft By Fogleman.png
Craft
Latest release1.0  (Announcement)
Release dateMarch 1, 2014
PlatformsWindows, Linux, Mac
Code licenseMIT
Media licenseMIT [1]
P. languageC (client), Python (server)
LibraryOpenGL
Contribute
Craft is a free game. This means that the source code is 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. Minetest, 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]