voxels is a prototype of a Minecraft-like game.
It was more fun to make than it is to play.

Dependencies (install with pip as needed):
- PyOpenGL
- PyOpenGL_accelerate
- numpy
- pygame

To run:
python src/main.py

If you got a SyntaxError, your Python is too old. Update it.
The game has a few settings, chosen as command-line flags. For details:
python src/main.py --help

Move the mouse to look around.
Esc/left-click to release/focus the cursor.
Arrow keys, WASD, or <AOE (Dvorak equivalent) to move.
Left-click to break a voxel. Right-click to place a voxel.
Middle-click a voxel to pick its material, or press a number key, 1 to 6.
F to toggle flying/gravity. N to toggle collisions/noclip.

This is all in Python. Be ready for lag.
