My First Game Finished
Moderator: PC Supremacists
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
My First Game Finished
Pong Type Game:
http://s000.tinyupload.com/index.php?fi ... 7&gk=forex
Been done for a week or so now actually. Unfortunately, you'll need the .NET framework to play it.
http://www.microsoft.com/downloads/deta ... laylang=en
If you get a chance to try it out, please tell me what you think :D
edit: linked most recent build
http://s000.tinyupload.com/index.php?fi ... 7&gk=forex
Been done for a week or so now actually. Unfortunately, you'll need the .NET framework to play it.
http://www.microsoft.com/downloads/deta ... laylang=en
If you get a chance to try it out, please tell me what you think :D
edit: linked most recent build
Last edited by Maevik on Tue Apr 14, 2009 4:10 pm, edited 1 time in total.
My love is like a Haddoken, it's downright fierce!
- Spikey
- Chaos Rift Cool Newbie
- Posts: 98
- Joined: Sat Dec 13, 2008 6:39 am
- Programming Language of Choice: C++
- Location: Ottawa, Canada
- Contact:
Re: My First Game Finished
It's pretty cool, good job!
I had no trouble running it.
Two suggestions I have:
Increase ball's velocity after each rebound or something to make matches harder as they go on.
There was a few time when the computer and I would be parallel and the ball would bounce straight back and forth, in this case, the computer could move over a bit to curve the rebound.
Keep up the good work, I'd like to see more from you.
I had no trouble running it.
Two suggestions I have:
Increase ball's velocity after each rebound or something to make matches harder as they go on.
There was a few time when the computer and I would be parallel and the ball would bounce straight back and forth, in this case, the computer could move over a bit to curve the rebound.
Keep up the good work, I'd like to see more from you.
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
Re: My First Game Finished
Cool, thanks for the feedback :D
Making the ball go faster would be easy as hell, i'll have to work on the computer accounting for rebound.
Actually, no. that should be pretty easy too... I'll give that a try now.
Making the ball go faster would be easy as hell, i'll have to work on the computer accounting for rebound.
Actually, no. that should be pretty easy too... I'll give that a try now.
My love is like a Haddoken, it's downright fierce!
- Moosader
- Game Developer
- Posts: 1081
- Joined: Wed May 07, 2008 12:29 am
- Current Project: Find out at: http://www.youtube.com/coderrach
- Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
- Programming Language of Choice: C++
- Location: Kansas City
- Contact:
Re: My First Game Finished
Coolies.
My only suggestion is that, as I jumped into the game without reading instructions XD, I found A and Z not very "intuitive" (ala, not standard, not easy to guess what controls are) When the arrow keys didn't work for player one (which probably should be how it is), I immediately jumped to W and S, like a FPS game. o_o;
My only suggestion is that, as I jumped into the game without reading instructions XD, I found A and Z not very "intuitive" (ala, not standard, not easy to guess what controls are) When the arrow keys didn't work for player one (which probably should be how it is), I immediately jumped to W and S, like a FPS game. o_o;
- PixelP
- Chaos Rift Regular
- Posts: 153
- Joined: Tue Oct 07, 2008 12:23 pm
- Programming Language of Choice: c/c++
- Location: sweden
- Contact:
Re: My First Game Finished
yeah, 0-15 before i got itMoosader wrote:Coolies.
My only suggestion is that, as I jumped into the game without reading instructions XD, I found A and Z not very "intuitive" (ala, not standard, not easy to guess what controls are) When the arrow keys didn't work for player one (which probably should be how it is), I immediately jumped to W and S, like a FPS game. o_o;
- thejahooli
- Chaos Rift Junior
- Posts: 265
- Joined: Fri Feb 20, 2009 7:45 pm
- Location: London, England
Re: My First Game Finished
Impressive
I agree that it should get harder as the rally goes on as sometimes they went on too long but still very good for a first game
I agree that it should get harder as the rally goes on as sometimes they went on too long but still very good for a first game
I'll make your software hardware.
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
Re: My First Game Finished
>< Went back and tried to do something about this when I realized another flaw in the design... My info page is a png file, which means if I just go change the control, I have to redraw the page ::slaps forehead::Moosader wrote:Coolies.
My only suggestion is that, as I jumped into the game without reading instructions XD, I found A and Z not very "intuitive" (ala, not standard, not easy to guess what controls are) When the arrow keys didn't work for player one (which probably should be how it is), I immediately jumped to W and S, like a FPS game. o_o;
Here it is with the other suggestions implemented however:
http://s000.tinyupload.com/index.php?fi ... &gk=laptop
My love is like a Haddoken, it's downright fierce!
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: My First Game Finished
WTF, It's impossible now!!
I lost 4-6, 3-6, 5-6, 3-6 and I had that thing SAILING.
BTW, A and Z still suck. I'd prefer A and S. :P
I lost 4-6, 3-6, 5-6, 3-6 and I had that thing SAILING.
BTW, A and Z still suck. I'd prefer A and S. :P
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
Re: My First Game Finished
http://s000.tinyupload.com/index.php?fi ... gk=leasing
*Gave ball a "terminal velocity"
*Improved paddle reflection
*Paddle corners should now feel more solid, and make a bigger impact on ball trajectory
*Fixed an issue where you could score on comp player in one hit. (only applied to one of the ball's initial directions)
These should make the comp player a bit easier (except for that last one of course.)
Sorry, I did not change the 'A' 'Z'control scheme, not because I don't think it's a good idea, but because this is mainly a project for learning and it would require redrawing a PNG. And while my art isn't so detailed that it would take so much time to do, but frankly it is time I COULD be spending coding/learning.
*Gave ball a "terminal velocity"
*Improved paddle reflection
*Paddle corners should now feel more solid, and make a bigger impact on ball trajectory
*Fixed an issue where you could score on comp player in one hit. (only applied to one of the ball's initial directions)
These should make the comp player a bit easier (except for that last one of course.)
Sorry, I did not change the 'A' 'Z'control scheme, not because I don't think it's a good idea, but because this is mainly a project for learning and it would require redrawing a PNG. And while my art isn't so detailed that it would take so much time to do, but frankly it is time I COULD be spending coding/learning.
My love is like a Haddoken, it's downright fierce!
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: My First Game Finished
Fix Please.Maevik wrote: Sorry, I did not change the 'A' 'Z'control scheme, not because I don't think it's a good idea, but because this is mainly a project for learning and it would require redrawing a PNG. And while my art isn't so detailed that it would take so much time to do, but frankly it is time I COULD be spending coding/learning.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
Re: My First Game Finished
I R PWNT
Ok, here it is: http://s000.tinyupload.com/index.php?fi ... 7&gk=forex
Added bonus... particle effects! :D
Ok, here it is: http://s000.tinyupload.com/index.php?fi ... 7&gk=forex
Added bonus... particle effects! :D
My love is like a Haddoken, it's downright fierce!
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: My First Game Finished
Nice particles.Maevik wrote:I R PWNT
Ok, here it is: http://s000.tinyupload.com/index.php?fi ... 7&gk=forex
Added bonus... particle effects! :D
ESC doesn't work anymore though! I know it's getting better.. but to assume the player will NEVER want to quit is a little overkill.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Maevik
- Chaos Rift Junior
- Posts: 230
- Joined: Mon Mar 02, 2009 3:22 pm
- Current Project: www.keedepictions.com/Pewpew/
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: Long Beach, CA
Re: My First Game Finished
I don't think I ever had an escape button event in the game. I suppose it couldnt hurt to add, but the user can go back to the main menu at any time by clicking the menu button, or exit the game by Xing the window.
My love is like a Haddoken, it's downright fierce!
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: My First Game Finished
Oh.. I always set the Escape key to exit (unless it's something that would need a menu or whatever).Maevik wrote:I don't think I ever had an escape button event in the game. I suppose it couldnt hurt to add, but the user can go back to the main menu at any time by clicking the menu button, or exit the game by Xing the window.
I could've sworn that's how I exited last time, but apparently not.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- RyanPridgeon
- Chaos Rift Maniac
- Posts: 447
- Joined: Sun Sep 21, 2008 1:34 pm
- Current Project: "Triangle"
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/C++
- Location: UK
- Contact:
Re: My First Game Finished
The sound effects really make this game awesome!
And that's gotta be a record number of DLL files for a pong game!
;D I love it
And that's gotta be a record number of DLL files for a pong game!
;D I love it