Rhythm game where the user clicks the screen on pre-ordained intervals. These are randomly generated based on the tempo and time signature. See if you can click a lot of notes without missing (otherwise you die) and try to rack up points from successful clicks.
Lia (PM): Audio/Rhythm Generation (Create Functions for JavaScript to Call)
LTW: HTML + CSS (Design, Front-End)
Liesel: Sqlite and Python Interaction (Account-Based Interaction)
Tomas: JavaScript (User Interaction and Animation)
-
Clone this repo:
$ git clone git@github.com:LucasTom-Wong/P01.git
-
Create a virtual environment, then activate it:
$ python3 -m venv venv
$ source venv/bin/activate
-
Download requirements.txt
$ pip install -r requirements.txt
or
$ pip3 install -r requirements.txt
-
Run the app
$ python3 app/__init__.py
Droplet IP: 192.241.156.9 or click here
No APIs from API KB used.
However Web Audio API with how-to guide is used.