blob: 83f10b15f08a964ec75e2ba6a838142bda0f91a4 [file] [log] [blame] [raw]
Lightstone
This is a skeleton implementation of a Minecraft survival multiplayer server
written in Java. It uses the Netty library for the networking code. Hopefully
it will eventually turn into something more feature-complete.
Although I researched the classic protocol completely myself for OpenCraft,
this time it had already been done by aera, ylt and TkTech so a big thanks to
them for saving loads of work!
The latest code can be found on my GitHub account:
https://github.com/grahamedgecombe/lightstone
~ Graham Edgecombe