README.md

May 12, 2020 ยท View on GitHub

Voxel

Build Status

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

MIT

Contributing

How to contribute to voxel?

  1. Fork this project
  2. Create a branch named with your feature
  3. Add your changes and push them onto the branch
  4. Create a pull request in which you describe the changes made