A Minecraft clone written in C# using MonoGame Framework
Download https://drive.google.com/file/d/1yeob8fMmDjdBdaioYU_pte8hCNi4kHbm/view?usp=sharing
- Simple terrain generation using FastNoiseLite https://github.com/Auburn/FastNoiseLite
- More than 20 types of blocks and more can be added easily
- Basic lighting system with daylight cycle
- World changes persisted in a SQLite database
- WASD to move forward, left, backward, right
- Double tap W to sprint
- Space to jump
- Double tap space to switch between flying and walking
- Hold space to ascend
- Hold LShift to descend
- Left click to destroy a block
- Right click to place a block
- Esc to open menu
- E to open and close inventory
- F3 to open debug screen
- F2 to take screenshot
MIT