Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 345 Bytes

Bullet Hell JS

A bullet hell game written in pure Javascript. Proof of concept for Input.js + Canvas.

Play here: https://bullet-hell-js.netlify.app/

packages:

npm and Yarn for package management, of course.

Webpack as our build system.

Babel for Javascript wrangling.

ESLint and Prettier for code formatting.

Mocha for unit tests.