0.5.0 • Published 5 years ago

@victorlee/bomberman-wasm v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

bomberman-wasm

This is a Bomberman clone for the web. The game loop is written in Rust, targeting wasm32-unknown-unknown. A small amount of Typescript glue is used to load the assets, handle menus and inputs, and render the game using the PIXI.js library.

The game menu only provides options for human control of players 1 and 2, but up to 4 players are supported if additional inputs are registered.

This project is purely for fun and educational purposes.

Todo list:

  • Improved menu with support for additional levels and players
  • Animations and improved textures

Build steps

  • From the root folder:
  • npm i
  • npm run build
  • Use npm run serve to run webpack-dev-server locally
0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago