ZenoReality
What is it
The project uses a interactive controller to journey into a philosophical game with absolute freedom. See detailed ducumentation page for hardware building and playing instructions. The game uses ursina, an open source game engine and Python.
A prettier read-me is here too.
Demo Picture
Game Scene:
click image to see a demo trailler
click image to see a demo trailler
Controller:
API Guide
Sample auto-generated api documentation:
more api pages under folder /autogen_api
Prerequite:
- Make sure ursina engine is downloaded.
- Have Python 3.6 or newer.
Use the following command to run the program under the project path:
# install ursina in terminal
pip install ursina
Then run the game with the appropriate version
python keyboard_game.py # if you are playing with keyboard
or
python controller_game.py # if you are playing with a controller
make sure to check out the hardware guide in the detailed documentation mentioned above.