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.
- It's a new version migrated to the modern Phaser 3
- Vite - as a template
- TypeScript - to improve the development experience
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
Other commands:
- Make a build ready for deploy:
npm run build
- Preview your build:
npm run preview
- Direction Keys: Move the player
- X Key: Put an bomb
- Space Bar: Exploit an bomb
- S Key: Save the game