Go Back   Zuneboards > Zune Discussions > Zune Games and Applications > Download XNA Applications

Download XNA Applications XNA Applications

Reply
 
LinkBack Thread Tools
Old 10-11-2009, 04:30 PM   #1 (permalink)
4D_
Squirt
 
4D_'s Avatar
 
Join Date: Sep 2009
Posts: 22
4D_ is on a distinguished road
Default <!> [G] Chopper 1.01

Game Name: Chopper
Creator: Myself
Version 1.1

Description:
This is a remake of the classic game "Helicopter". Tap anywhere on the screen to move the helicopter up release it to let it fall. The object of the game is not to crash.

Version 1.1 is out! New stuff includes:

1. Smoke effect looks a lot better thanks to rougemat, using his particle engine the smoke is a lot more realistic.

2.There are two blocks that you must avoid now, but they are spaced evenly so it doesn't really increase the difficulty as much as it just keeps you more active.

3. There is a settings menu, so now you can change whether or not you want the speed increase in-game. You can also view credits (I removed the ugly "i" that people were having confusion with, haha) and last you can reset the high score.

4. A bunch of stuff you can't see that should make the game a bit faster and more smooth.

Here's the download from zhdapps.com (version 1.1)

Here's version 1.01a (No speed increase): here
Here's version 1.01b (Speed increase): here

Download VERSION 1.01 (WITHOUT the speed increase) here
Download VERSION 1.00 (WITH the speed increase) here


The downloads are in .rar format because my host does not allow any extensions it does not recognize.

Screenshot:


Any comments/suggestions/criticisms are greatly appreciated.

Last edited by 4D_; 01-26-2010 at 02:02 PM. Reason: Updated link




4D_ is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 10-11-2009, 04:43 PM   #2 (permalink)
Jr. Member
 
Xtreme's Avatar
 
Join Date: Oct 2008
Location: In my own world.
Posts: 330
Xtreme is on a distinguished road
Default

cool. i wish i had a Zune HD to try it out on.
__________________





Xtreme is offline   Reply With Quote
Old 10-11-2009, 04:48 PM   #3 (permalink)
Experienced Zuner
 
Join Date: Sep 2009
Posts: 177
roguemat will become famous soon enough
Default

Awesome dude! Absolutely love it

Suggestions:
-It looks like you are loading the crash texture only when they first crash. Could I suggest loading it in LoadContent()?
-Not that it will make much difference but you may want to add transparency to your sprites. Take the helicopter into photoshop. Goto Channels. Create a new one(it will be called alpha). Now paint white on that alpha layer where ur helicopter is. The rest must be black. (sorry if u know this, and did it on purpose)

Rep+



roguemat is offline   Reply With Quote
Old 10-11-2009, 05:42 PM   #4 (permalink)
Elite Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 2,256
theguywholoveszunehd will become famous soon enough
Default

most addictive game OF ALL TIME. THANK YOU +rep!!!
__________________
"Let there be rock." - AC/DC




theguywholoveszunehd is offline   Reply With Quote
Old 10-11-2009, 06:31 PM   #5 (permalink)
Experienced Zuner
 
Join Date: Apr 2008
Posts: 134
husker91 is on a distinguished road
Default

Never thought i'd see it!!!!!!! omg thanx so much...
__________________
My Game and App Website!!! Updated constantly, be sure to check it out






husker91 is offline   Reply With Quote
Old 10-11-2009, 06:45 PM   #6 (permalink)
4D_
Squirt
 
4D_'s Avatar
 
Join Date: Sep 2009
Posts: 22
4D_ is on a distinguished road
Default

Quote:
Originally Posted by roguemat View Post
Awesome dude! Absolutely love it

Suggestions:
-It looks like you are loading the crash texture only when they first crash. Could I suggest loading it in LoadContent()?
-Not that it will make much difference but you may want to add transparency to your sprites. Take the helicopter into photoshop. Goto Channels. Create a new one(it will be called alpha). Now paint white on that alpha layer where ur helicopter is. The rest must be black. (sorry if u know this, and did it on purpose)

Rep+
Thanks a ton for the suggestions, I'm still new to xna (and c# for that matter) so any help is huge.

About the crash texture, I am loading it in LoadContent(), I think the lag you are probably seeing is the high score saving. When you crash it checks to see if you got a higher score, and if so, it saves the new score into a file. When it saves it usually causes a bit of lag, so that's what I'm guessing you're seeing.

As for the transparent sprites, I could not figure out how to get it to work at all even after googling, so thanks again for that too! I am still having some problems with that, though, when I save it in photoshop it lets me save as a png (I am supposed to use png, right?) but the option to include transparency is grayed out so I cannot select it.

But yeah, again, thanks a ton for the help.

**Oh and I forgot to mention that every 300 points achieved slightly increases the speed. Let me know if that's a good idea or bad idea.

Last edited by 4D_; 10-11-2009 at 06:57 PM.




4D_ is offline   Reply With Quote
Old 10-11-2009, 08:17 PM   #7 (permalink)
Zewbie
 
Join Date: Oct 2009
Posts: 6
OutlawFirebird is on a distinguished road
Default

maybee tilt sensitve, were when you hold it, tilt bottom end up and chopper goes up tilt the bottom of the zue down the chopper goes down.



OutlawFirebird is offline   Reply With Quote
Old 10-11-2009, 08:49 PM   #8 (permalink)
Experienced Zuner
 
Join Date: Sep 2007
Posts: 163
wakeskater17 is on a distinguished road
Default

Quote:
Originally Posted by OutlawFirebird View Post
maybee tilt sensitve, were when you hold it, tilt bottom end up and chopper goes up tilt the bottom of the zue down the chopper goes down.
no offense, but that is a horrible idea. tapping is the way this game is meant to be played.

to the game maker: if you could add an option to turn the speed increases off that would be cool.. because i can see how some people would want to play with that option on but i personally do not.



wakeskater17 is offline   Reply With Quote
Old 10-12-2009, 03:27 AM   #9 (permalink)
Elite Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 2,256
theguywholoveszunehd will become famous soon enough
Default

Quote:
Originally Posted by 4D_ View Post
Thanks a ton for the suggestions, I'm still new to xna (and c# for that matter) so any help is huge.

About the crash texture, I am loading it in LoadContent(), I think the lag you are probably seeing is the high score saving. When you crash it checks to see if you got a higher score, and if so, it saves the new score into a file. When it saves it usually causes a bit of lag, so that's what I'm guessing you're seeing.

As for the transparent sprites, I could not figure out how to get it to work at all even after googling, so thanks again for that too! I am still having some problems with that, though, when I save it in photoshop it lets me save as a png (I am supposed to use png, right?) but the option to include transparency is grayed out so I cannot select it.

But yeah, again, thanks a ton for the help.

**Oh and I forgot to mention that every 300 points achieved slightly increases the speed. Let me know if that's a good idea or bad idea.
I think that the blocks need to be closer together than they are. Also, if this is supposed to be a remake, then the speed increases shouldnt be there
__________________
"Let there be rock." - AC/DC




theguywholoveszunehd is offline   Reply With Quote
Old 10-12-2009, 04:32 AM   #10 (permalink)
Zuner
 
Join Date: May 2009
Location: 1245 Death Star
Posts: 70
Stormtrooper299 is on a distinguished road
Default

it doesn't have to be a remake I think that the speed increaser would be awesome.
I love the game +Rep
My Best is 756
__________________




Stormtrooper299 is offline   Reply With Quote
Old 10-12-2009, 04:32 AM   #11 (permalink)
Experienced Zuner
 
Join Date: Sep 2009
Posts: 177
roguemat will become famous soon enough
Default

Quote:
Originally Posted by 4D_ View Post
When it saves it usually causes a bit of lag, so that's what I'm guessing you're seeing.

As for the transparent sprites, I could not figure out how to get it to work at all even after googling, so thanks again for that too! I am still having some problems with that, though, when I save it in photoshop it lets me save as a png (I am supposed to use png, right?) but the option to include transparency is grayed out so I cannot select it.

But yeah, again, thanks a ton for the help.

**Oh and I forgot to mention that every 300 points achieved slightly increases the speed. Let me know if that's a good idea or bad idea.
Sorry, totally forgot to mention that you must save it as targa(tga) as 32bit.
As for the lag, maybe display the crash then save?



roguemat is offline   Reply With Quote
Old 10-12-2009, 08:35 AM   #12 (permalink)
the treasury tag of doom
Development Front
Super Moderator
Expert Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,898
itsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant futureitsnotabigtruck has a brilliant future
Awards Showcase
Member of the Quarter 
Total Awards: 1
Default

Quote:
Originally Posted by roguemat View Post
Sorry, totally forgot to mention that you must save it as targa(tga) as 32bit.
As for the lag, maybe display the crash then save?
PNG should work (in fact, I'm not even sure XNA supports TGA with alpha).

You could try doing the high score save on a separate thread to prevent the lag from affecting the UI.
__________________

signature by vettexl





itsnotabigtruck is offline   Reply With Quote
Old 10-12-2009, 09:01 AM   #13 (permalink)
Experienced Zuner
 
Join Date: Sep 2009
Posts: 177
roguemat will become famous soon enough
Default

Quote:
Originally Posted by itsnotabigtruck View Post
PNG should work (in fact, I'm not even sure XNA supports TGA with alpha).

You could try doing the high score save on a separate thread to prevent the lag from affecting the UI.
it does. ive only ever used tga's for transparency. as for pngs maybe you need to use photoshops usual transparency And then maybe save for web



roguemat is offline   Reply With Quote
Old 10-12-2009, 12:20 PM   #14 (permalink)
Elite Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 2,256
theguywholoveszunehd will become famous soon enough
Default

Quote:
Originally Posted by Stormtrooper299 View Post
it doesn't have to be a remake I think that the speed increaser would be awesome.
I love the game +Rep
My Best is 756
of course there could be an option for those who like to keep it classic and the ones who want the speed increaser
__________________
"Let there be rock." - AC/DC




theguywholoveszunehd is offline   Reply With Quote
Old 10-12-2009, 12:36 PM   #15 (permalink)
Member
 
Join Date: Mar 2008
Posts: 523
Techy Dude is on a distinguished road
Default

Hey man you should keep this game out and then add more stuff to it where you can collect money to buy upgrades for your ship. Maybe you could even buy guns where u can shoot parts of the blocks off











Techy Dude is offline   Reply With Quote
Old 10-12-2009, 01:47 PM   #16 (permalink)
Elite Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 2,256
theguywholoveszunehd will become famous soon enough
Default

Quote:
Originally Posted by Techy Dude View Post
Hey man you should keep this game out and then add more stuff to it where you can collect money to buy upgrades for your ship. Maybe you could even buy guns where u can shoot parts of the blocks off
this defeats the purpose of the game, but its a good good idea. we could have Chopper Classic and Chopper Advanced. advanced would have anything not in the original game
__________________
"Let there be rock." - AC/DC




theguywholoveszunehd is offline   Reply With Quote
Old 10-12-2009, 01:54 PM   #17 (permalink)
Member
 
Join Date: Mar 2008
Posts: 523
Techy Dude is on a distinguished road
Default

Quote:
Originally Posted by theguywholoveszunehd View Post
this defeats the purpose of the game, but its a good good idea. we could have Chopper Classic and Chopper Advanced. advanced would have anything not in the original game
Exactly what i meant
__________________
[/QUOTE]











Techy Dude is offline   Reply With Quote
Old 10-12-2009, 07:06 PM   #18 (permalink)
4D_
Squirt
 
4D_'s Avatar
 
Join Date: Sep 2009
Posts: 22
4D_ is on a distinguished road
Default

Due to many people not liking the speed increase, I have created a second version that does not include a speed increase for download here. This mode is a lot easier, though. I'll add this to the original post too.

I am going to make the game get harder like the original did, by causing the tunnel to become more chaotic as the game progresses, but until I get that finished you can use the new version instead if you prefer.

I am also going to try to implement the new ideas (and fix the transparency), I'll update the thread once I get something else done.




4D_ is offline   Reply With Quote
Old 10-13-2009, 03:03 AM   #19 (permalink)
Elite Zuner
 
theguywholoveszunehd's Avatar
 
Join Date: Sep 2008
Posts: 2,256
theguywholoveszunehd will become famous soon enough
Default

Quote:
Originally Posted by 4D_ View Post
Due to many people not liking the speed increase, I have created a second version that does not include a speed increase for download here. This mode is a lot easier, though. I'll add this to the original post too.

I am going to make the game get harder like the original did, by causing the tunnel to become more chaotic as the game progresses, but until I get that finished you can use the new version instead if you prefer.

I am also going to try to implement the new ideas (and fix the transparency), I'll update the thread once I get something else done.
Thank you!
__________________
"Let there be rock." - AC/DC




theguywholoveszunehd is offline   Reply With Quote
Old 10-13-2009, 04:37 AM   #20 (permalink)
Squirt
 
dgj5's Avatar
 
Join Date: Oct 2009
Posts: 20
dgj5 is on a distinguished road
Default

Problem. Anyone tell me if this happens to them. When i unpack this game onto my zune and i try it out it shows that another app, multi-touch, is no longer on my zune. When i unpack that app onto my zune the chopper game is taken off it. Does anyone know what i can do? both are amazing apps and i want them both.



dgj5 is offline   Reply With Quote
Reply

Bookmarks

Tags
chopper, helicopter, zune hd app

Thread Tools