Skip to content

toto-castaldi/purple-rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURPLE RAIN

Inspired by a Coding Challenge of Daniel Shiffman

Here is the online version.

Press 'F' button to hide/show the FPS info
Press 'S' button to stop/play sounds
Press 'I' button to save the Rain to your Desktop as an png image

Develop

It requires NodeJS (developed with v10.16.0, you can use even a greater version) installed locally and a Browser like Google Chrome

//download modules after clone
> npm install
//develop locally with auto-reload
> npm run start
> google-chrome http://localhost:8080
//build
> npm run build
> google-chrome dist/index.html

Written with StackEdit.