Craft
Jump to navigation
Jump to search
Craft | |
---|---|
Craft | |
Latest release | 1.0 (Announcement) |
Release date | March 1, 2014 |
Platforms | Windows, Linux, Mac |
Code license | MIT |
Media license | MIT [1] |
P. language | C (client), Python (server) |
Library | OpenGL |
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. 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