a minecraft server in c99
Go to file
hayden 720e3762c4 i honestly dont remember what changes this is, sorry to anyone reading this. i am committing currently so i can work on this at a different place. 2019-08-21 14:40:10 -05:00
include i honestly dont remember what changes this is, sorry to anyone reading this. i am committing currently so i can work on this at a different place. 2019-08-21 14:40:10 -05:00
src i honestly dont remember what changes this is, sorry to anyone reading this. i am committing currently so i can work on this at a different place. 2019-08-21 14:40:10 -05:00
.gitignore got rid of the cmake based builds, and moved to a plain old makefile! :D 2019-08-05 16:18:43 -05:00
LICENSE added a config.h based configuration system (yay suckless!) 2019-08-03 10:38:13 -05:00
Makefile adding some stuff i've been working on for the last few days so i can work on it from another computer. this commit is very broken don't try and use it. 2019-08-15 12:00:21 -05:00
README i honestly dont remember what changes this is, sorry to anyone reading this. i am committing currently so i can work on this at a different place. 2019-08-21 14:40:10 -05:00
config.h big refractor: i got rid of all typedefs for 2019-08-20 11:26:44 -05:00
level.dat adding some stuff i've been working on for the last few days so i can work on it from another computer. this commit is very broken don't try and use it. 2019-08-15 12:00:21 -05:00

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