A minecraft clone made in Rust. The world is infinite in all three directions.
there is no actual gameplay yet (there is harold tho)
This is how it looks so far:
Starting the game is very simple, just remember to run on RELEASE:
cargo run -r
Remember to use the release build (with the -r
flag), otherwise it will be slow and laggy.
Then you can use the following keys:
-
WASD - movement
-
space - move up
-
ctrl - move down
-
Q - destroy block
-
E - place harold
-
NUMBER KEYS - change block type
-
Left mouse button - place blocks
-
Right mouse button - destroy blocks
The save
directory will automatically be created. It contains a separate file
for every chunk (yeah it's bad, I know).