Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 873 Bytes

FAD

An audio-only video game, developed for GitHub Game Off 2021.

Development

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:

Reference

  • ZapSplat free sound effects, website
  • Audacity audio editor, website
  • MDN Web docs, Web Audio API, website
  • Sox (apt install sox libsox-fmt-mp3) - plays MP3 from command line