Alpaca is an open source voxel game engine written in Python and OpenGL.
- Procedural voxel terrain generation
- Basic physics and collision detection
- Cross-platform support (Windows, Mac, Linux)
- Clone the repository:
git clone https://github.com/Lost-Rabbit-Digital/VoxelEngineAlpaca.git
- Navigate to the main directory:
cd VoxelEngineAlpaca
- Install dependencies:
pip install -r requirements.txt
Run main.py
to start the game.
- W/A/S/D: Directional movement
- Mouse: Camera movement