Hey, I dont have my zhd with me to test but it looks cool!
Out of intrest this:
screenpos = new Vector2(touchCollection[0].Position.X, touchCollection[0].Position.Y);
could be changed to this:
screenpos = touchCollection[0].Position;
__________________
Visit my blog of awesomeness! Lots of little zune apps with source code for you to download!
I tested the game and it is pretty good. I think that another version of the game should be like the one for the original zune though! Although I like how fast this one goes too.
__________________
I need Zune Social Friends: Sir Justin1020
Great game, but there are a few things I have problems with:
1)The color choice is too bland for me, I'd prefer something more vibrant, especially for the zHD screen.
2)Seems like there is a timeout response where you have to wait like 2 seconds to touch the screen after a screen change.
3)Definitely hate the song setup it has. I think it picks a random song from your zune which is a great idea, but Hate how I can't change the song, or play a song of my choice.
Suggestion:
put more levels in, with more dots, but make it so you have to destroy all of them to continue, or similar.
Its a pretty addictive game though, and haven't found ant bugs yet
1)The color choice is too bland for me, I'd prefer something more vibrant, especially for the zHD screen.
I will fix that in the next version
Quote:
Originally Posted by aeon117
2)Seems like there is a timeout response where you have to wait like 2 seconds to touch the screen after a screen change.
I will reduce this to half
Quote:
Originally Posted by aeon117
3)Definitely hate the song setup it has. I think it picks a random song from your zune which is a great idea, but Hate how I can't change the song, or play a song of my choice.
This may be a bit more work....
Quote:
Originally Posted by aeon117
Suggestion:
put more levels in, with more dots, but make it so you have to destroy all of them to continue, or similar.
I had the same idea as well, just these fixes will have to wait til the game I am working on is almost done (in a few days)
Cool.
Can't wait for the updated version. I have no idea how to work on it, otherwise I would do it myself.
Its definitely a great game though. The only real problem I can't deal with is the restart on exit, but that's not your problem
Turns out a little messing around with your code led me to changing the colors. fairly simple in reality. I just changed them to basic colors though (red, indigo, aqua, lime green), because I do not know the color variety of C#, or what looks better.
Still no idea on how to change anything else though.