Coming Back Home (Beta 1)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
konrad
Posts: 15
Joined: Wed Oct 03, 2007 7:07 pm
Location: Poland

Post by konrad »

Maybe you adding points to health ;p
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

strong99 wrote:and if you dodge astroids how does he die/lose? :P
he doesn't dodge it. lol noob.

no not really.. he dies when he reaches home and commits alcoholic suicide from the overwhelming hatred he receives from citizens in a world he was trying to protect after a dishonorable discharge for flying too close to asteroids duuuhhh everybody knows this story didn't you see the ending to rambo V?

heh but seriously...

call him "dodger" and have him talk to base commander "under".

roger dodger, over under. 8)
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Beta 1 released: :D

Download
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Very nice for beta phase!!!
If you have that much now I can't wait to see the finished product :D

You're going to release the sources, right? :)

How bout adding split screen for multi player?

Bugs:
There's a bug that the health bar is only shown in a new game, when I press the Try again button the game starts without a health bar.
Another bug, more annoying with the keys. I can't explain this so just play with left,right,up,down try to type fast, hold keys, e.g: left then fast-right then left while holding right then tap right few times and such games..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

i tried the game, here are some comments:

1) during collision, asteroid should pop-out or change direction.

2) ship should show it is being banged by the asteroid.
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Very nice for beta phase!!!
If you have that much now I can't wait to see the finished product
Thanks.
You're going to release the sources, right?
Err, probably, if you want.
How bout adding split screen for multi player?
You mean online or just one keyboard use it both side?
Bugs:
There's a bug that the health bar is only shown in a new game, when I press the Try again button the game starts without a health bar.
Thanks for report... fixing this one.
Another bug, more annoying with the keys. I can't explain this so just play with left,right,up,down try to type fast, hold keys, e.g: left then fast-right then left while holding right then tap right few times and such games..
I think it's affected by the frame rate... don't know how to fix this one though...
i tried the game, here are some comments:

1) during collision, asteroid should pop-out or change direction.

2) ship should show it is being banged by the asteroid.
1. hmm...
2. I will try use particles to do this.

Thanks for the feedbacks.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Virion wrote:
MasterGod wrote:How bout adding split screen for multi player?
You mean online or just one keyboard use it both side?
One keyboard for this version :) - Maybe later you can add network..

And maybe, just maybe you can make it the Irrlicht Begginers Manual project theme.
I mean make version 0.1 the first project that doesn't uses fancy things, then in the second project part add v0.2 which will use more advanced things..

I guess it only means you will have to have a very cleaned code but except that I think it would be a great idea :)

Virion wrote:
MasterGod wrote:You're going to release the sources, right?
Err, probably, if you want.
I'll be sure to want the release version code. Thanks.

P.S
Just thought of it, maybe you can add different asteroids with different texture and size :)
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

My intention was to make a simple mini game just for fun. So I guess I won't add any fancy stuffs in. I can send you the source code if you want when the project has done so that you can use some of the codes for the manual as examples, but heh, it is quite messy and... funny.
For example, you will see some funny codes like this one:

Code: Select all

Virion->addAsteroid(0,3000,18,-18,1.2,0.5,0.7,0.5,0.8,1);
:lol: :lol:
Last edited by Virion on Sat Dec 29, 2007 6:33 am, edited 1 time in total.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

I hope i can finish it before I go to college next week. :?
FlyingIsFun1217
Posts: 219
Joined: Fri Apr 13, 2007 8:29 pm
Location: Illinois
Contact:

Post by FlyingIsFun1217 »

It would be cool to see this extended to become a sort of Irrlicht standard game.

FlyingIsFun1217
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

A lot of people got this error when run my game: (one of them sent me this)

Image

I don't know what this means. Some people can launch it some people can't.
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

could it be related to that redistributable thing?
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

dlangdev wrote:could it be related to that redistributable thing?
What does this mean?
SwitchCase
Posts: 170
Joined: Sun Jul 01, 2007 11:41 pm
Location: Manchester, UK

Post by SwitchCase »

I just had a go of the beta. It's a great little game, well done.
Post Reply