An audio-only video game, developed for GitHub Game Off 2021.
Setup requires:
- Node.js (e.g. using
nvm
) - Python 3
git clone --recurse-submodules [email protected]:DouglasOrr/FAD.git
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Running:
./build --dev
, then visit http://localhost:8000 or http://localhost:8000/?autoreload=true&debug=true&level=1./build
, for releasenpm run check
, unit tests, types and lint