Awesome Tank Fighter game Armored Crusade open source!
Author |
Message |
DemonZ
|
Posted: Wed Jan 24, 2007 12:33 am Post subject: Awesome Tank Fighter game Armored Crusade open source! |
|
|
This is my final project for grade 10 programming class that I made. It is a tank fighter game set in WWII where players choose 1 of 10 tanks to battle it out by either in singleplayer, or in 2 player. Here are the controls:
Player 1
movement (up, down, left, right) = Arrow Keys
Fire Tank = Enter key
Player 2
movement (up, down, left, right) = w, s, a, d
Fire Tank = Space bar
If your looking for more info check out my manual in the game folder under the folder name "manual", it was made in word 2003 so make sure you can open it.
This is the final version of the game, there are still alot of optimizations to make and improve but Ill leave it here for now, Its open source, so programmers can look into how I made the program.
Here is the link to the file, just download the file, extract it and open the file "Armored Crusade" in turing and run it to play.
http://www.megaupload.com/?d=BHOJDJ78
And please give any comments or suggestions about the program, I might possibly be willing to maybe upgrade it abit (if I have time) but for now this is it. Any comments or questions or whatever would be fine so please dont be shy when posting, Thank You.
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
DemonZ
|
Posted: Fri Jan 26, 2007 8:46 pm Post subject: Re: Awesome Tank Fighter game Armored Crusade open source! |
|
|
OK well since no ones willing to give comments right now I think ill put up some screen shots to give u guys a feel of the game:
Oh and I forgot to add that in order to run the game properly u need to set ur resolution to 1024 x 768 to play normally, It was made in this resolution.
And dont forget to try my program and give comments (it makes me feel "perdy")
Description: |
|
Download |
Filename: |
Armored Crusade pictures.zip |
Filesize: |
2.76 MB |
Downloaded: |
970 Time(s) |
|
|
|
|
|
|
CodeMonkey2000
|
Posted: Fri Jan 26, 2007 10:07 pm Post subject: RE:Awesome Tank Fighter game Armored Crusade open source! |
|
|
Wow this game is HUGE. It took me like 10min to download it. Only problem is that I have an old verson of turing so things like View.UpdateArea and Math.Distance doesn't work =/ I took those out and it looks wierd. =/ can you make a stand alone?
|
|
|
|
|
|
agnivohneb
|
Posted: Fri Jan 26, 2007 10:13 pm Post subject: Re: Awesome Tank Fighter game Armored Crusade open source! |
|
|
You did an amazing job on this game . You should get 100% on it. See I would create a nice game like that but i keep hitting a brick wall .
|
|
|
|
|
|
DemonZ
|
Posted: Fri Jan 26, 2007 10:33 pm Post subject: Re: Awesome Tank Fighter game Armored Crusade open source! |
|
|
Ok heres the stand alone version, I wish I could post it directly on compsci because then it would be alot faster to download
[url]
http://www.megaupload.com/?d=2IBSO2OD
[/url]
Hope this resolves your problems
|
|
|
|
|
|
Bored
|
Posted: Sun Jan 28, 2007 12:52 am Post subject: Re: Awesome Tank Fighter game Armored Crusade open source! |
|
|
Ooops, I hit thanks instead of peply. Well anyways good work, just there were some glitches, such as everynow and then killing one tank would destroy all of them, aswell, sometimes it was possible to destroy a tank in one hit. I don't know if that was supposed to be like that, but it happened. I also don't like the inability to move while firing.
|
|
|
|
|
|
CodeMonkey2000
|
Posted: Sun Jan 28, 2007 12:13 pm Post subject: RE:Awesome Tank Fighter game Armored Crusade open source! |
|
|
Pretty awesome. Only thing you should consider is having an actual base to protect, and have the enymies be able to fire at you and the base. and you also need collision between tansk too. I was making a similar game, but I used the mouse to contrll the turret and arroe keys to move the tank.
|
|
|
|
|
|
DemonZ
|
Posted: Sun Jan 28, 2007 3:47 pm Post subject: Re: Awesome Tank Fighter game Armored Crusade open source! |
|
|
Yah for the single player after you destroy a couple tanks you will destroy all tanks because the array resets itself, when you destory 2, theres 2 tanks on the field, destroy 4, 3 show up on the field, destroy 8, and 4 tanks are on the field, 16, and so on...., and the reason why sopme tanks get killed in one shot is because of their armor status, some tanks have alot of armor and are very slow, like the tiger tank, and some tanks are really fast, but have little armor, thats why sometimes its a one shot kill.
I had trouble trying to implement the tank on tank collision, because it would give me problems on which tank would push which tank, and so forth, And I was too lazy to make the tanks fire back, but I might update on that, anyway thanks for the comments, it really helped.
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
CodeMonkey2000
|
Posted: Sun Jan 28, 2007 4:30 pm Post subject: RE:Awesome Tank Fighter game Armored Crusade open source! |
|
|
Just make a collision function returning a boolean value, and check your tank with all the other tanks. It's not that hard once you really think about it.
|
|
|
|
|
|
|
|