
MiniLD #29compo
Madness
Comments9

onefineline21 Sep 2011, 04:21
me too
ScribblingManiac22 Sep 2011, 06:54
Is it working now?

SusanTheCat22 Sep 2011, 14:20
Not for me.
Susan
Susan
ScribblingManiac23 Sep 2011, 19:53
That's strange because it works over here. Are you on a strict ISP/school/college connection? I'll check the htaccess for errors.
onefineline24 Sep 2011, 08:48
Now, I can get to the page, but nothing happens when I click "play"

mikemacdee24 Sep 2011, 10:17
^ same for me.
mildmojo26 Sep 2011, 17:21
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
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
ScribblingManiac28 Sep 2011, 15:21
@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())
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())

Forbidden
You don't have permission to access /games/madness/ on this server.
When I try any of the links. :(
Susan