pmachines pmachines is an open source puzzle game based on Rube Goldberg devices developed by Ya2 using Panda3D (http://www.panda3d.org) for Windows, and Linux. More information can be found on http://www.ya2.it/pages/pmachines.html. It requires Python 3.x. To run it you should create assets: * python setup.py images lang models To create the builds, you can use the awesome Panda3D's deployment tools: * python setup.py bdist_apps Here's a short guide about installing and preparing your environment for pmachines. * clone the repository: git clone http://www.ya2tech.it/git/pmachines.git * go into the directory: cd pmachines * create a python3 virtualenv: python3 -m venv venv * activate the virtualenv: . ./venv/bin/activate (now you should see (venv) before your prompt) * install the prerequisites: pip install -r requirements.txt * build the required assets: python setup.py lang images models * launch the game: python main.py