A creative sandbox game where you restore a broken world using Tetris-like blocks on a Minecraft-inspired terrain.
🧩 Note: This project is currently unfinished, as it’s a mega project for me — I've even built a custom game engine for it!
- Java 17 or later
git clone https://github.com/TodayNightt/environment_restoration.git
cd environment_restoration
./gradlew build && ./gradlew run
Key | Action |
---|---|
W | Move forward |
S | Move backward |
A | Pan left |
D | Pan right |
↑ | Move upward |
↓ | Move downward |
← | Tilt down |
→ | Tilt up |
J, K, L | Spawn new block |
C | Rebuild terrain |
N | Toggle wireframe mode |
Esc | Exit |