Skip to content

Releases: pr0mming/Bomberman-JS

v2.0

06 Jun 22:57
Compare
Choose a tag to compare

This new version includes:

  • Migration to Phaser 3.80.1,
  • Add Vite 5 template.
  • Add TypeScript support,
  • Add "Save Game" feature,
  • Add extended classes to represent the 95% of the game and reduce codebase in the Game scene.
  • Fix problem to load webfont,
  • Fix explosion sprite representation,

v1.0

06 May 15:03
fc82d37
Compare
Choose a tag to compare

First stable version:

  • It includes v2.6.2 Phaser.js
  • Map, sprites and initial logic implemented