A simple game written in JavaScript where a bullet is fired from the point of a mouse click at a random angle and at a random velocity.
- Install NPM depencencies
npm install - Build project:
npm run build - Open
dist/index.htmlin your browser
To rebuild project on development mode:
npm start
Guilherme Dalla Rosa