Skip to content

Commit

Permalink
clean up index and add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrugile committed Sep 13, 2013
1 parent 25417b8 commit 6370460
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
radius-raid-js13k
=================
#Radius Raid#

Radius Raid is a space themed shoot 'em up where you must blast away unrelenting enemies before they destroy you. Features 13 enemy types, 5 powerups, retro sound effects, and locally stored stats.

This is an an entry for [js13kGames](http://js13kgames.com) 2013. The theme this year was bad luck, but I didn't work it into my game at all. There are certainly luck and chance factors that affect the gameplay, but those weren't built in for the competition. Check out Radius Raid and all of the other entries at [js13kGames](http://js13kgames.com/entries)!

#Controls#
**Move:** WASD/Arrows
**Aim/Fire:** Mouse
**Autofire:** F
**Pause:** P
**Mute:** M

#Credits#
**Created By:** [Jack Rugile](http://jackrugile.com)
**Inspiration and Support:** [@rezoner](https://twitter.com/rezoner), [@loktar00](https://twitter.com/loktar00), [@end3r](https://twitter.com/end3r), [@austinhallok](https://twitter.com/austinhallok), [@chandlerprall](https://twitter.com/chandlerprall)
**Audio Processing:** [JSFXR](https://github.com/mneubrand/jsfxr) by [@markusneubrand](https://twitter.com/markusneubrand)
**Game Inspiration and Ideas:** [Asteroids](http://www.atari.com/arcade/asteroids), [Cell Warfare](http://armorgames.com/play/3204/cell-warfare), [Space Pips](http://armorgames.com/play/3097/space-pips), and many more
**HTML5 Canvas Reference:** Nihilogic - [HTML5 Canvas Cheat Sheet](http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html)
**Game Math Reference:** Billy Lamberta - [Foundation HTML5 Animation with JavaScript](http://lamberta.github.io/html5-animation/)

#Screenshots#
![Radius Raid Menu](http://jackrugile.com/radius-raid-js13k/images/menu-screenshot.png "Radius Raid Menu")

![Radius Raid Gameplay](http://jackrugile.com/radius-raid-js13k/images/gameplay-screenshot.png "Radius Raid Gameplay")
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
</div>
</div>
<script>var $ = {};</script>
<script src="js/chirp.js"></script>
<script src="js/jsfxr.js"></script>
<script src="js/util.js"></script>
<script src="js/storage.js"></script>
Expand All @@ -69,6 +68,5 @@
<script src="js/levelpop.js"></script>
<script src="js/button.js"></script>
<script src="js/game.js"></script>
<!--script src="min.js"></script-->
</body>
</html>

0 comments on commit 6370460

Please sign in to comment.