Page 1 of 1
Dagion
Posted: Wed Mar 28, 2012 3:50 pm
by chris_b
A retro-style 2D platform game for Windows. Not sure what the minimum system requirements are but hopefully it'll play smoothly on most computers.
It's a pretty simple game with just one level. The objective is to find eight fruits located around the map. Double jump to fly. Shoot monsters. Collect gems to power up. Kill monsters with your head after you've died.
Download it here.
Re: Dagion
Posted: Wed Mar 28, 2012 8:01 pm
by A.D.
very cool thing !!!
Re: Dagion
Posted: Wed Mar 28, 2012 11:34 pm
by juror
Nice!!
Keep it up.

Re: Dagion
Posted: Thu Mar 29, 2012 2:10 am
by Derren
Cool game, but the controls are not my type.
I'd prefer W,A,D or A,D,Space, or even left,up,right
Would be cool if we could change them (ini file or something)
Re: Dagion
Posted: Thu Mar 29, 2012 8:44 am
by chris_b
You *can* change the controls by editing the ini file - it's explained in the readme file.
BTW, I made a gameplay video
here.
Re: Dagion
Posted: Thu Mar 29, 2012 7:42 pm
by luis
Very well done

There is a little bug, sometimes when I end bouncing in a tight place the bouncing can go up forever (this usually happen when I'm keeping one the arrows pressed).
See the number of bounces here
http://imageshack.us/photo/my-images/822/dagion.jpg/
You can break out from it pressing a left/right arrow.
Oh, and when run from Win7 using aero it forces the scheme to Windows 7 basic. Not your fault...
Probably is written using DX7 ?
Re: Dagion
Posted: Thu Mar 29, 2012 11:16 pm
by chris_b
Thanks!
And yes, I know about disabling Aero, in fact I do it explicitly with the following bit of code:
Code: Select all
Lib = LoadLibrary_("dwmapi.dll")
If Lib
*pAfunc = GetProcAddress_(Lib, "DwmEnableComposition")
CallFunctionFast(*pAfunc, 0)
EndIf
Without that it looks a bit messier when Windows changes to the basic look automatically.
I'm using DX7 because UseBuffer() doesn't work with DX9 when using a sprite created with #PB_Sprite_Texture for CreateSprite3D().
As for that bug you found...I thought I'd fixed that!

I've seen it happen before but I couldn't easily re-create the circumstances which cause it so it's not easy to test if my fix worked. I'll look into it some more.
Re: Dagion
Posted: Fri Apr 06, 2012 2:09 pm
by RayRayTea
I saw this on YouTube earlier, great little game! The controls are responsive and it plays great, hope you'll expand on it some day.
Re: Dagion
Posted: Sun Jun 03, 2012 3:38 pm
by RayRayTea
I still didn't manage to collect enough fruit to save the world, but I'm still playing it from time to time. Do the enemies respawn? It seems not, but it often happens that I go to an area that I'd swear is completely clean and… bam! there it is

Re: Dagion
Posted: Mon Jun 18, 2012 7:44 pm
by chris_b
The enemies don't respawn.
As for finding all the fruit, I uploaded a map
here which shows their locations.