Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 418 Bytes

kareki

Minecraft Server written in Rust (a hobby implementation)

Run

$ cargo run --release

TODO

  • Standard packet handling
    • Plain
    • Encryption
    • Compression
  • Async
  • Send chunk data
  • Save world
    • Chunks
    • Entity
  • Support ECS (maybe?)
  • Support multiplayer
  • Support lights
  • Better chunk population
  • Support some entities