Skip to content

A small simulator popular game Bomberman (NES) developed in JavaScript using Phaser.js

License

Notifications You must be signed in to change notification settings

pr0mming/Bomberman-JS

Repository files navigation

gameimg

Bomberman JS

A small simulator about the popular game Bomberman (NES), this little game was born as an inspiration to learn about the awesome universe of the Web Game Development using Phaser 3.

Technologies 🔥

  • It's a new version migrated to the modern Phaser 3
  • Vite - as a template
  • TypeScript - to improve the development experience

Run it! 🚀

From the root folder of the project you can fallow these commands:

  • First of all, install all dependencies:
npm i
  • Run the development server:
npm run dev
  • Make a build ready for deploy:
npm run build
  • Preview your build:
npm run preview

Controls 🎮

  • Direction Keys: Move the character
  • X Key: Put an bomb
  • Space Bar: Exploit an bomb

Demo 😎

  • Simple demostration in YouTube
  • Or play it just right here!

References 📚