
BulletJam
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Shooting game that bullet and enemy's body can stick on the wall like jam
WASD to control Movement
Left mouse button to Shoot
Right button to place Bomb
This game uses Monocle engine(Celeste’s open source engine, based on XNA), and it's source is on https://bitbucket.org/MattThorson/monocle-engine/
If you can't launch the game, probably because that XNA needs to be installed, the download link is here: https://www.microsoft.com/en-hk/download/details.aspx?id=20914
We added a post polished version which compared to jam version:
* Added start, gameover, win UI
* Added player and boss's death animation
* Changed player's HP from 6 to 3
* Made boss's attack easier
* Fixed some little issues