Madness by ScribblingManiac

[raw]
made by ScribblingManiac for MINI29 (-)
A game where you are trapped in a huge hospital for the mentally insane and attempt to escape.

Feedback

SusanTheCat
20. Sep 2011 路 22:58 UTC
I get:
Forbidden

You don't have permission to access /games/madness/ on this server.

When I try any of the links. :(

Susan
onefineline
21. Sep 2011 路 04:16 UTC
me too
馃帳 ScribblingManiac
22. Sep 2011 路 06:49 UTC
Is it working now?
SusanTheCat
22. Sep 2011 路 14:15 UTC
Not for me.

Susan
馃帳 ScribblingManiac
23. Sep 2011 路 19:48 UTC
That's strange because it works over here. Are you on a strict ISP/school/college connection? I'll check the htaccess for errors.
onefineline
24. Sep 2011 路 08:43 UTC
Now, I can get to the page, but nothing happens when I click "play"
mikemacdee
24. Sep 2011 路 10:12 UTC
^ same for me.
mildmojo
26. Sep 2011 路 17:16 UTC
I loaded the web version and clicked "Play" a few times with no result, and then it spontaneously started. I think it was just loading assets without a visual indicator.

It was difficult to survive more than a few seconds, and it wasn't clear what was killing me. The bullets were really hard to see and didn't always fire, the enemies came really quickly, and I didn't find the aim intuitive (indirectly based on your heading). I saw some sound referenced in the source, but it didn't play in FF6.

Maybe giving the player more (and more visible) firepower and firing in the direction of the mouse cursor would've worked better?

It looks like you built the thing in raw Javascript, which is pretty impressive. Have you looked at any of the HTML5/JS game frameworks like CraftyJS, LimeJS, or jsGameSoup? I think they're helpful when time is short. Here's a list:

https://github.com/bebraw/jswiki/wiki/Game-Engines
馃帳 ScribblingManiac
28. Sep 2011 路 15:16 UTC
@mildmojo
1) The play button goes from light blue to dark blue once loaded, it's just the mousemove isn't correctly synced, something I'll fix tonight.
2) That will be the freaky laugh for game over. It worked raw (ogg file), but wouldn't play in browsers for some strange reason.
3) What colour should I make it? How big should it be?
4) In my opinion it's easier from scratch with just basic functions a game object. In my game template for the October challenge, it has a much more structured feel to it. Need an image? Game.images[imgName]. Need to switch to title screen? Game.switchState(new Game.TitleScreen())