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.
- Host: GitHub
- URL: https://github.com/computerware/blocks
- Owner: ComputerWare
- Created: 2023-04-27T23:28:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T00:33:58.000Z (over 1 year ago)
- Last Synced: 2025-01-22T16:47:39.486Z (3 months ago)
- Topics: 3d-game, fps-game, python, sandbox, ursina, voxel
- Language: Python
- Homepage: https://computerware.github.io/blocks/
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!