Add basic info.

master
twetzel59 2017-04-29 13:24:02 -04:00
parent ec9fc97681
commit 569a100804
1 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Craft
## CraftNG
Minecraft clone for Windows, Mac OS X and Linux. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server.
Fork of Michael Fogleman's Minecraft clone for Windows, Mac OS X and Linux. Just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server.
http://www.michaelfogleman.com/craft/
@ -16,6 +16,21 @@ http://www.michaelfogleman.com/craft/
* World changes persisted in a sqlite3 database.
* Multiplayer support!
### Changes from Craft
The design of CraftNG is intended to make the game more flexible and even more fun to play. Unlike Craft, CraftNG does not intend to clone Minecraft, but rather to break off and add original and unique ideas specific to the project.
Planned features include:
* More items.
* Inventory with item count to make the game more challenging.
* Abilty to upgrade items. For example, sand can be compacted into bricks.
* More unique worlds with psuedo-random seeds rather than position-based seeds.
* Biomes and variable height of terrain.
* Non-cube blocks. The world would ideally be more smooth than other sandboxes, with modeled voxels for terrain slopes and steps.
* Water?
* Reliable binary/compressed UDP networking?
* C99 or C11 multiplayer server?
### Download
Mac and Windows binaries are available on the website.