Skip to content

chrs-myrs/projectiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projectiles.js

Overview

projectiles.js is a pure JavaScript demo that will create a projectile every time you click the mouse in the browser window. Each projectile will have a random colour, angle and speed.

Example

http://myrs.uk/examples/projectiles.html

Testing

The root index.html can be used to inspect the code.

Once built the output can be viewed at dist/index.html.

Build

Build automation using gulp.js in npm.

To install the package and build the following needs to be run.

> npm install
> gulp

This will also start a process to watch for changes in either source file and recompile.

About

JavaScript Projectiles Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published