Skip to the content.

ZenoReality

GitHub CI codecov Read the Docs

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 game click image to see a demo trailler

Controller: controller

API Guide

Sample auto-generated api documentation: api

more api pages under folder /autogen_api

Prerequite:

  1. Make sure ursina engine is downloaded.
  2. 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.