

My first attempt at a HTML5 game.
It's a wave-based arena style battler.
Slightly unfinished and buggy, but if we had unlimited time...
Was planning more stuff like weapon upgrades, monster projectiles.. but run out of time.
Added a couple of post-compo patches which should still be within the rules/guidelines. You can look at github if you'd like to see the original release.
KNOWN BUGS/ISSUES:
=============
1: Sound effects don't work in Internet Explorer... #WontFix (use Chrome instead)
Patch 1 Notes:
==========
Fixed Bugs:
* Health kits, etc disappearing on new level.
* Mysterious repeated 7th round replaced with a bonus level. (Don't edit code on no sleep!)
* Going to round 14 now no longer crashes (Wraps back to 1)
* Fix physics bodies deleting twice (rare crash, sometimes exposed by going through all waves)
Fixed Issues:
* Reduced background tile contrast (Thanks to your feedback)
* Added yellow circles around pickups to make them obvious
* Arrow Keys can now be used as alternative to WASD keys
* Updating the instructions and notes
Patch 2 Notes:
==========
Fixed Bugs:
* Fixed the input stealing bug on the HUD Wave intro box.
Minor UI Improvements:
* Uppercasing of weapons and monsters names
* Using unicode multiply sign × instead of the letter x in monster list breakdown
* Making HTML pass validation
Downloads and Links
Ratings
![]() | Coolness | 52% |
#571 | Theme | 3.59 |
#630 | Audio | 2.58 |
#723 | Fun | 2.91 |
#902 | Mood | 2.52 |
#917 | Overall | 2.84 |
#954 | Graphics | 2.47 |
#1034 | Innovation | 2.34 |
Comments
The game plays smoothly and I love the audio and art. Contrast of the ground is too high for my eyes so it was hard to find bonuses and recognize some enemies.
Not bad. The player moving so quickly made it really difficult to do much though.
Suuuuuper slippery controls, and I never got a gun, even though I apparently picked up bullets at one point.
very satisfying. please increase the contrast between the backround and foreground though -- i suggest a darker and more plain background for the arena
The background makes it hard to tell where enemies are. Other than that, solid game, if not a bit easy.
Hi there. Liked the graphics and retro sounds. The range of gun is bit too short I think, makes for lots of stepping backwards while firing at rats.
There are certainly some faults in the graphics and controls but I did have fun playing it, which is more than I can say about a lot of more polished games.
Ha ha ha, that was neat! I like the snowmen in the late game. It is pretty easy to just kite the enemy, I think you should try experimenting with some AI or enemies with projectiles.
Thanks for the feedback and comments! I have made Patch 1 which addresses most of these issues (Background tiles contrast, And some other bug fixes)
It should now be super obvious to see the weapons/pickups, and the monsters.
Really many great things about this game :) Varying enemies (sprites mostly), increasing difficulty and 4 different weapons; the shotgun was really satisfying!
The enemies feel too similar and too easy (the rats are actually the "hardest"). I think putting a (more realistic) limit to the character's movement speed would be great.
Smart to use regular HTML-elements to implement the HUD.
Thanks! The pros and cons of using HTML elements for GUI .. 1: no programming, 2: it stole the focus. Fixed that now (Patch2)
As for monster speeds, they were actually calculated by Box2D.. they all get applied the same force. The larger ones had more mass, and therefore went slower. Probably could have used a tweak, but oh well.
For more easter eggs, the graphics art folder is called "ProgrammerArt" :D
Lots of fun, but wow that damage can add up fast! Some mercy invincibility would be on my list of requested mechanics. :D Really cool, enjoyable game, and love that it's all HTML5 --great job!
Quite fun! I love the knockback effects and the movement inertia, makes for some really intense combat.
I like it. Pretty straight forward game. AI is pretty simple
I think it is a good start, but the player speed was way to high, once I could control them it was very easy to never get hit. I found that even running at them they would not hit the player just bounce off.
The character control is enjoyably slippery, and the pushback you get on enemies when using guns is really satisfying. The base level attack is a bit short-ranged for a game with such slippery controls though, since you need to get really close to enemies without accidentally sliding into them. The guns are so satisfying, I would just let the player always have at least the pistol -- it's fun! Nice work!
You must sign in to comment.
TEAMS: Teams entering the Jam should pick a single representative to submit your game, or create a team specific account you can share. We currently do not support Team Voting, but sharing an account and together playing and rating games is acceptable.
NOT LOGGED IN?: If you get a message about not being logged in, even though you are, it’s because your web browser cached the non-logged in page. You can fix this by either refreshing your cache or clearing your cache. CTRL+F5 in many browsers. Chrome is a bit more work. Press F12 to enable Developer Mode, then you can right click on the refresh button and select “Empty Cache and Hard Reload”. This option is unavailable if you are not in Developer Mode.
PORTS: Ports to other platforms can be done after the deadline. That said, the sooner you finish your port, the sooner people can play your game, improving your chances of placing in the final results. For best results, provide a Web version of your game, or a Windows version with no dependencies. Also be sure to rate about 20 games to improve your visibility.
MY GAME DOESN’T SHOW UP: If you can’t find your game, it’s usually because the URL to your downloads are missing ‘http://‘. Fix your URLs (http://mysite.com/mygame.zip) and you will show up. Alternatively, if you just posted it, wait a minute. The cache may not have refreshed yet.
MY GAME CRASHES, IS UNBEATABLE, OR I MADE A TYPO: We allow you to fix crash or win condition bugs after the deadline (in a sense, like “porting” to support more players). We also allow “typo” bugs. I.e. A true that should have been a false, a word that should have been a different word, very tiny changes that you would have caught if you had more sleep. We leave this open to interpretation, but generally speaking your game should be identical to the game you submitted. No new features, just things you messed up last minute. Typos.
Pretty cool game, wish the enemies did different things though. The gun was pretty satisfying.