Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 373 Bytes

Bullet Game

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.

Running the game:

  • Install NPM depencencies npm install
  • Build project: npm run build
  • Open dist/index.html in your browser

To rebuild project on development mode: npm start

Author

Guilherme Dalla Rosa