https://github.com/fatboycrew/elements-shmup
An Arcade/SHMUP game where the player must master all elements to survive!
https://github.com/fatboycrew/elements-shmup
javascript js13k
Last synced: 7 months ago
JSON representation
An Arcade/SHMUP game where the player must master all elements to survive!
- Host: GitHub
- URL: https://github.com/fatboycrew/elements-shmup
- Owner: FatBoyCrew
- Created: 2014-08-29T01:36:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T23:08:37.000Z (about 11 years ago)
- Last Synced: 2025-01-26T19:27:53.525Z (8 months ago)
- Topics: javascript, js13k
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Elements SHMUP
==============> An Arcade/SHMUP game where the player must master all elements to survive!
https://fatboycrew.github.io/elements-shmup/
## Commands
~~~
git clone git@github.com:FatBoyCrew/elements-shmup.git
npm install -g gulp
npm install
gulp serve
~~~## Inspiration
- [Ikaruga](http://store.steampowered.com/app/253750/)
- [Dragonsnake](http://js1k.com/2014-dragons/demo/1972)
- [Letterpaint](https://codepo8.github.io/letterpaint/)## TODO
- Cap both x and y moves, so that diagonal moves cannot be faster
- Less naive color collision detection
- More sound
- Level generation
- ZSQD -> WASD## Kudos
- [Keydrown](https://jeremyckahn.github.io/keydrown/)
- [microjs](http://microjs.com/)
- [jsfxr](https://github.com/mneubrand/jsfxr)
- [JS13KGames Boilerplate](https://github.com/ooflorent/js13k-boilerplate)