Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 588 Bytes

Alpaca Voxel Engine

Alpaca is an open source voxel game engine written in Python and OpenGL.

Features

  • Procedural voxel terrain generation
  • Basic physics and collision detection
  • Cross-platform support (Windows, Mac, Linux)

Installation

  1. Clone the repository: git clone https://github.com/Lost-Rabbit-Digital/VoxelEngineAlpaca.git
  2. Navigate to the main directory: cd VoxelEngineAlpaca
  3. Install dependencies: pip install -r requirements.txt

Usage

Run main.py to start the game.

Controls

  • W/A/S/D: Directional movement
  • Mouse: Camera movement