mycraft

Crates.iomycraft
lib.rsmycraft
version0.1.0
sourcesrc
created_at2020-08-19 07:51:43.925283
updated_at2020-08-19 07:51:43.925283
descriptionA custom Minecraft server framework
homepagehttps://github.com/zynaxsoft/mycraft-rs
repositoryhttps://github.com/zynaxsoft/mycraft-rs
max_upload_size
id278123
size163,380
Tanapol Prucksakorn (zynaxsoft)

documentation

README

Mycraft

A custom Minecraft server written in Rust from scratch driven by async_std. The main purpose of this project is to teach myself an example of how game server and client interact and how the server is made.

The sub-goal of this project is to make it as a framework such that other people can build a ground-up bare-bone custom Minecraft server.

Any suggestions and feedback is very welcome.

Progress

Login to the server is possible, however it is not possible to do anything.

Acknowledgement

All of the knowledge thanks to the wonderful Minecraft protocol wiki page.

Got some hint from feather-rs.

Commit count: 10

cargo fmt