Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1911star/voxel-challenge
https://github.com/m1911star/voxel-challenge
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/m1911star/voxel-challenge
- Owner: m1911star
- Created: 2022-04-18T12:07:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T12:11:09.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:24:07.873Z (3 months ago)
- Language: Python
- Size: 321 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Game Console - A tiny game console made from voxels. (Applications / **Voxel Art**)
- awesome-taichi - Game Console - A tiny game console made from voxels. (**Voxel Art**)
README
# Taichi Voxel Challenge
## Installation
Assume you have a Python 3 environment properly, you can simply run:
```sh
pip3 install -r requirements.txt
```to install the dependendies of the voxel renderer.
Please fill in your code in `main.py` and include your result in this README.md file.
## Demo
![](./gameboy.jpg)## Quickstart
```sh
python3 example1.py # example2/3/4.py
```Mouse and keyboard interface:
+ Drag with your left mouse button to rotate camera.
+ Press `W/A/S/D/Q/E` to move camera.
+ Press `P` to save screenshot.