Skip to content

mthanasi/mini-patatap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Patatap

This is a mini clone of the Patatap game (visual sound kit application with animations). Built with HTML, CSS, jQuery, Paper.js and Howler.js.

Game Model

On keypress, a circle is generated that animates itself away. A short audio clip plays with each keypress. Just press any key, A to Z, and turn up speakers!

Cross Origin Error

If you want to get rid of the Cross Origin errors in the console, you'll need to run a local HTTP server from your project's directory and load the circles.html file from there. The steps are as follows:

  • Unzip the js files
    1. Using python3 : python3 -m "http.server"
    2. Open up your browser and navigate to http://localhost:8000
    3. Select the index.html file

Published on

https://mthanasi.github.io/mini-patatap/

License

MIT

Releases

No releases published

Packages

No packages published