Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 739 Bytes

File metadata and controls

24 lines (14 loc) · 739 Bytes

minecraft-rust

Rust rewrite of the game Minecraft as a computer graphics practice for me. With main reference thanks to MineCraft-One-Week-Challenge.

Gallery

Screenshot0

Screenshot1

Screenshot2

Building instructions

Just execute cargo run as common Rust projects do.

Specifically, because this project depends on sfml crate, you may need to read its instructions about how to build this crate.

License

This project is licensed under Apache-2.0 license. Read LICENSE.txt for details.