Core code for virtual tools game worlds, built as a wrapper around pymunk / pygame
Clone this repo, then go into the top level directory, and:
- Create a conda environment called
virtualtools
(or any other name you'd like) using the command:
conda create --name virtualtools --file requirements.txt
- Add the python virtualtools package as a mutable install by using the command:
pip install -e .