Allegro.cc - Online Community

Allegro.cc Forums » The Depot » [Speedhack] Dr. Madness: Or How Fluffy Love Learned to Stop Worrying And Love...

This thread is locked; no one can reply to it. rss feed Print
[Speedhack] Dr. Madness: Or How Fluffy Love Learned to Stop Worrying And Love...
Næssén
Member #5,025
September 2004
avatar

For those who haven't been following the SpeedHack 07 progess blogs, our game has just been finished. A binary can be downloaded here: http://www.cyd.liu.se/~olona869/db-speedhack07-1.0-bin.zip

Have fun!

{"name":"10318-1","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/c\/5\/c5cab9c4b10c76beb3991e03209b6f16.png","w":646,"h":505,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/c\/5\/c5cab9c4b10c76beb3991e03209b6f16"}10318-1
{"name":"10259-1","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/2\/7\/27f9ead56072bfd94a2ed34632b3a873.png","w":646,"h":505,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/2\/7\/27f9ead56072bfd94a2ed34632b3a873"}10259-1
{"name":"10228-1","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/9\/6\/96c20e86afbc4a30230a00c280a8a5db.png","w":646,"h":505,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/9\/6\/96c20e86afbc4a30230a00c280a8a5db"}10228-1

_____________________
darkbits.org | Google+

Bruce Perry
Member #270
April 2000

Mmm, lovely pixel art <3

Team Darkbits is a very familiar name. Did you guys participate in TeamHack way back when? :)

--
Bruce "entheh" Perry [ Web site | DUMB | Set Up Us The Bomb !!! | Balls ]
Programming should be fun. That's why I hate C and C++.
The brxybrytl has you.

Per Larsson
Member #276
April 2000
avatar

No TeamHack, but we participated in TINS this year, in which we did pretty well with our entry BALLZ.

A new version of Dr. Madness is on it's way, by the way. We've made it a bit easier.

[EDIT] Oh, and thanks for DUMB, by the way. It's a very neat little library.

________________________
Guichan!

Bruce Perry
Member #270
April 2000

You're welcome :)

I'm going to try and get some sleep without oversleeping and missing my French lesson this evening (first one this term), and then it's back to work tomorrow ... I'll try some games next weekend if not before though :)

--
Bruce "entheh" Perry [ Web site | DUMB | Set Up Us The Bomb !!! | Balls ]
Programming should be fun. That's why I hate C and C++.
The brxybrytl has you.

Simon Parzer
Member #3,330
March 2003
avatar

Nice game. A space-shooter upside down, that's what I call "reverse stereotype". :)

There is only one thing I'm curious about: where is the evil protagonist? This bam bam looks rather nice. And when he says "Thanks, cuddles" (he actually says "Thank you" to a fluffy little bunny) he doesn't seem very evil to me.
EDIT: Ok, nevermind. ;D

What's also weird is that I can't just hold the left mouse button. I don't think that's a bug, but my finger already starts to hurt..

Næssén
Member #5,025
September 2004
avatar

So, you don't think a bunny can be evil? Sounds very stereo type thinking to me... I know the game is a bit hard (we didn't have time to play it very much), but if you try to complete it I'm positive you'll discover the evilness.

The firing mechanism is not a bug, you are supposed to get hurt while playing the game ;)

_____________________
darkbits.org | Google+

Per Larsson
Member #276
April 2000
avatar

Quote:

I don't think that's a bug, but my finger already starts to hurt..

Our index fingers look like Popeye's arms after developing this game.

________________________
Guichan!

Simon Parzer
Member #3,330
March 2003
avatar

Quote:

I know the game is a bit hard (we didn't have time to play it very much), but if you try to complete it I'm positive you'll discover the evilness.

Yeah.
The first 4 levels are ok, but level 5 is way too hard.

Næssén
Member #5,025
September 2004
avatar

There are only 10 levels, so I think it's okay that the game gets harder around level 5. But perhaps we should move level 5 closer to the end. When I play I often tend to forget to use my Mega Blasts, they are very helpful in level 5.

_____________________
darkbits.org | Google+

OICW
Member #4,069
November 2003
avatar

That game is just plain evil. So I think that the evilness rule has been satisfied 8-) It's so evil that I must play it through but it's getting harder and harder and I die too early.

[My website][CppReference][Pixelate][Allegators worldwide][Who's online]
"Final Fantasy XIV, I feel that anything I could say will be repeating myself, so I'm just gonna express my feelings with a strangled noise from the back of my throat. Graaarghhhh..." - Yahtzee
"Uhm... this is a.cc. Did you honestly think this thread WOULDN'T be derailed and ruined?" - BAF
"You can discuss it, you can dislike it, you can disagree with it, but that's all what you can do with it"

Rodrigo Monteiro
Member #4,373
February 2004
avatar

Very nice game, although the index-finger syndrome is of course a problem. :)
Probably my favourite so far.

_____________________________
a.k.a amz, a.k.a. ArchMage ZeratuL
[Aegisub] - [TINS05: Lord of the Stars] [SH05: Bunkermaster] [SH07: Fury of the Sky God] [TINS08: All Yar Base Arr Belong To Us (with codnik)] [SH09: Xtreme Programming: The Literal Game]

Miguel Santirso
Member #8,688
May 2007
avatar

Wow Great game. It's the best one I have seen so far.

Rodrigo Monteiro
Member #4,373
February 2004
avatar

For those who want to play the game without getting RSI:

Open player.cpp, comment out line 304 and add "mShotBurstCounter = 0;" after line 309. It should look like this:

  // Shooting
  if (level->isFirePressed())
  {
    if (mShotReleased)
    {
      mShotPressed = true;
      //mShotReleased = false;
    }
  }
  else
  {
    mShotReleased = true;
    mShotBurstCounter = 0;
  }

I can upload a MSVC binary of this if anyone wants it.

_____________________________
a.k.a amz, a.k.a. ArchMage ZeratuL
[Aegisub] - [TINS05: Lord of the Stars] [SH05: Bunkermaster] [SH07: Fury of the Sky God] [TINS08: All Yar Base Arr Belong To Us (with codnik)] [SH09: Xtreme Programming: The Literal Game]

Neil Walker
Member #210
April 2000
avatar

Very nice game, are you sure you didn't write this before the speedhack started ;)

Neil.
MAME Cabinet Blog / AXL LIBRARY (a games framework) / AXL Documentation and Tutorial

wii:0356-1384-6687-2022, kart:3308-4806-6002. XBOX:chucklepie

Bob
Free Market Evangelist
September 2000
avatar

Awesome!!

--
- Bob
[ -- All my signature links are 404 -- ]

HardTranceFan
Member #7,317
June 2006
avatar

Excellent game!

--
"Shame your mind don't shine like your possessions do" - Faithless (I want more part 1)

Onewing
Member #6,152
August 2005
avatar

Wow! Out of all the speedhack '07 entries I've played, this is the first one.futurama reference

------------
Solo-Games.org | My Tech Blog: The Digital Helm

FMC
Member #4,431
March 2004
avatar

Yay! I think we have a winner!

And the firing mechanism is simply evil, my mouse begs mercy ;)

[FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites]
Written laws are like spiders' webs, and will, like them, only entangle and hold the poor and weak, while the rich and powerful will easily break through them. -Anacharsis
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover. -Mark Twain

Næssén
Member #5,025
September 2004
avatar

Neil Walker said:

Very nice game, are you sure you didn't write this before the speedhack started

Yes. Of course we reused some code, but not very much (that is if you exclude Guichan and Dumb).

_____________________
darkbits.org | Google+

Daniel McKinnon
Member #7,364
June 2006

I wanna team too :'( kicks a can and mutters something about being jealous of having friends who aren't lazy imbeciles ;D

Nice entry guys!

valdir salgueiro
Member #7,468
July 2006

this is the best game for speed hack in my opinion =)

very polished, and the retro dialogs is a plus =) (remembers me r-type)

Go to: