README.md
May 12, 2020 ยท View on GitHub
Voxel
What is voxel?
Voxel is a minecraft server written using the V programming language.
Run voxel
git clone https://github.com/end-me/voxel
cd voxel
v run .
Roadmap
- Reading packets
- Writing packets
- Server list ping
- Login process
- Packet encryption/decryption
- Send a chunk
- Play state handle
- Dynamic packet handler
License
Contributing
How to contribute to voxel?
- Fork this project
- Create a branch named with your feature
- Add your changes and push them onto the branch
- Create a pull request in which you describe the changes made