Development repo of a side scrolling shooter (SHMUP) made with Crafty.js and making use of the HTML5 Gamepad API.
You can use the arrow-keys/WSAD and space to control the spaceship, or use a gamepad.
To test if your gamepad is succesfully connected/working, use: http://html5gamepad.com/
The latest master
is automatically deployed to https://speedlazer.net/beta/
The 2016 version is still playable at https://speedlazer.net/v1/
- Major: Engine version (currently 2)
- Minor: Amount of content sections in game
- Patch: Fixes
Facebook: @speedlazergame Twitter: @speedlazergame
yarn install
yarn start
The content scripts are in src/scripts
. All other data is in
src/data
.
An editor/viewer is available locally:
yarn start-editor
open http://localhost:1235/editor.html
The code is licensed under MIT (see LICENSE.txt).
The graphics/audio/music of the game are licensed
under a Creative Commons
BY-NC-SA
Attribution-NonCommercial-ShareAlike 4.0 International License.
(see app/images/LICENSE.txt)