An open API service indexing awesome lists of open source software.

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!

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)