Sandbox repository for learning the development of python games based on arcade engine.
How to run:
- cd into <ARCADE_ROOT_DIRECTORY>
- Create and setup venv
a) python -m venv venv
b) venv/bin/pip install -r requirements.txt - run the shell script inside src/coin_collect folder