a minecraft server in c99
include | ||
src | ||
.gitignore | ||
config.h | ||
level.dat | ||
LICENSE | ||
Makefile | ||
README |
= = = = = = = = = = = = = = = = = = = = = = = = = = = = ~ cobble ~ = = = = http://tilde.town/~stilbruch/cobble/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = what is this? = = = = = = = = = = = = = = = = = = = = = = = = = cobble is a lightweight minecraft server for *nix systems written from scratch in c. cobble is a hobby project, but i plan to implement at least a bare bones server that anyone can play around with. features = = = = = = = = = = = = = = = = = = = = = = = = = - support for server ping - config.h based configuration system planned = = = = = = = = = = = = = = = = = = = = = = = = = - online login - async world handling - chat - multiple users - commands - plugins (in c of course) - protocol compression libraries = = = = = = = = = = = = = = = = = = = = = = = = = - dyad (https://github.com/rxi/dyad) - vec (https://github.com/rxi/vec) - log.c (https://github.com/rxi/log.c.git) dependencies = = = = = = = = = = = = = = = = = = = = = = = = = - pthread - openssl - zlib