Skip to content

stuy-softdev/P02

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doink! by Doink!

Description

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.

Roles

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)

Launch Codes

  • 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

Droplet IP: 192.241.156.9 or click here

APIs

No APIs from API KB used.
However Web Audio API with how-to guide is used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.0%
  • HTML 26.5%
  • Python 24.4%
  • CSS 4.1%