Just an attempt to remake a game i used to play a lot in my childhood.
The project is at initial stage .
TODO : (Lots of things actually).
- Fix Splash Screen cannon fire timing.
- Refactor code. (follow any code style)
- Proper type checking. (with instanceof ?
- Doc comments
- Stagger frame in sprite Animator . (manage sprite fps dynamically)
- Maybe add # for private fields in js
- correct Bomb class sprite sheet
- make UI interactive (endgame)
- make game menu
- better barrel up/down touch input.
- add screen.js to inherit from.