This is a game engine that is inspired by Minecraft. It is written in modern Python and uses modernGL for rendering.
- Pygame for windowing and input
- ModernGL for rendering
- Numba for fast noise generation
- PyGLM for quick array and matrix operations
- Numpy for math
- Clone the repository
- Install the dependencies with
pip install -r requirements.txt
- Run the game with
run.py
- WASD to move
This project is licensed under the MIT license. See the LICENSE file for more information.