An alternative Minecraft server implementation built from scratch.
Go to file
JavaProphet 8850ae88d7 Moved varstrlen to xstring 2016-12-30 09:54:47 -08:00
basin Moved varstrlen to xstring 2016-12-30 09:54:47 -08:00
.gitignore Setup CMake 2016-12-30 04:17:31 -05:00
CMakeLists.txt Setup CMake 2016-12-30 04:17:31 -05:00
LICENSE Initial commit 2016-06-23 15:12:55 -07:00
README.md Fix some bugs 2016-12-29 19:18:53 -08:00

README.md

Basin

A Minecraft Server written in C.

Features

  • Breakneck Performance
  • Low Memory Footprint (13 MB for a 400-chunk spawn and one player on a 64-bit system)
  • Block Breaking & Placing
  • Inventories
  • Players, Chat, and Tab menu
  • Item Entities from Block Drops and Player Throwing
  • Entities
  • Chests, Furnaces, Crafting
  • PvP

Planned Features

  • Natural Mob Spawning & AI
  • Lua & C Plugin Systems
  • Comprehensive Permissions & Commands System
  • Ultra-low Memory Mode - Sacrifice CPU Cycles for Further Memory Use Reduction
  • Entities-by-chunk Logic - Hold Millions of Entities in a World
  • Block Physics & Updates
  • Fall Damage
  • World Generation
  • Lighting
  • Comprehensive Opt-in Anticheat
  • GPU Acceleration