Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

ItsClemi/DerpCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DerpCraft

DerpCraft is a Minecraft Server Emulator for the client version: 1.5.1 which i wrote with a friend back in 2013. It contains the most basic stuff like: packet handling, world creation, user manager, etc...

But the heart of the server is an algorithm i called 'Minecraft Chunk Chain Storage'. It's just an 2d array of chunks which go in every axis(x y /x -y / -x -y / -x y ) direction.

Storage

The bad part of this algorithm is that it needs a lot of memory. But on the other hand its very fast to convert x/y coords to a chunk ptr.

This project requires:

  • TBB
  • zLib
  • Crypto++

About

Basic Minecraft Server Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published