Skip to content

zynaxsoft/mycraft-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Chunk data is implemented but the client still doesn't show anything. Character will fall to the abyss.

Acknowledgement

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

Got some hint from feather-rs.

About

A custom Minecraft server framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages