Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 507 Bytes

Minecraft is a popular Java-based game that has millions of active users around the world. This project aims to port it to Rust as a purely for fun endeavour! To speak on the technicals, this project will be using minimal graphical dependencies and a custom game engine. It will utilize an Entity-Component System (ECS) to manage game objects and gameplay.