An open API service indexing awesome lists of open source software.

https://github.com/computerware/blocks

A simple voxel sandbox game.
https://github.com/computerware/blocks

3d-game fps-game python sandbox ursina voxel

Last synced: about 2 months ago
JSON representation

A simple voxel sandbox game.

Awesome Lists containing this project

README

        

# blocks a free-to-do python 3 game
blocks is a python 3 game made with the 3d library Ursina.
# Install
To install type `git clone https://github.com/ComputerWare/blocks` and later when finished type `python3 main.py` on Linux and Mac systems, `py main.py` on Windows.
# Controls
Use the WASD keys to move thru the world. Use the 1-2-3-4 number keys to select blocks. And right-click to destroy blocks and left-click to put blocks.
Have fun!!