Ludum Dare #35 Game Jam Entry
A mediocre top down shooter that's like if Asteroids and a bullet-hell game both had weird cousins that liked to hang out and they got drunk one weekend and decided to make their own game.
- CreateJS (EaselJS, PreloadJS, and SoundJS)
- Electron
- React (for non-game interface elements)
- Hapi (for nice route URLs and serving static files)
- Piskel
- bfxr
- Gamepadder - HTML GamePad API button mappings for various controllers
- Buttonmancer - Mapping and re-mapping of actions to specific inputs on gamepads or keyboards
You can download the current version from the current release page.
- Perform a
git clone
of this repo cd
into thepulsar
directory- Run
npm install
- Run
npm run watch
in a Terminal Window - Run
npm start
in another Terminal Window
- Run
npm run build
- Run
npm run generate
- Run
cd app
- Run
npm install
- Run
npm run package
Built application files can be found in pulsar/dist/[current version number]/pulsar-darwin-x64
.