DouglasOrr / FAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

License:MIT License


Languages

Language:TypeScript 80.0%Language:Python 16.6%Language:HTML 2.1%Language:CSS 0.8%Language:JavaScript 0.5%