Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strongoier/taichi-voxel-challenge-mahjong
https://github.com/strongoier/taichi-voxel-challenge-mahjong
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strongoier/taichi-voxel-challenge-mahjong
- Owner: strongoier
- Created: 2022-04-21T15:52:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T15:55:00.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:24:14.721Z (3 months ago)
- Language: Python
- Size: 415 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taichi - Mahjong - Voxel-style mahjong. (Applications / **Voxel Art**)
- awesome-taichi - Mahjong - Voxel-style mahjong. (**Voxel Art**)
README
# Taichi Voxel Challenge
## Installation
Make sure your `pip` is the latest one:
```bash
pip3 install pip --upgrade
```Assume you have a Python 3 environment properly, you can simply run:
```bash
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.
## 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.## Show your artwork
Please put your artwork below (replace `demo.jpg`)
![](./demo.jpg)