PonGee! - My first game!
Posted: Sun Oct 27, 2013 11:52 pm
PonGee!
It's a simple Pong game with a good amount of options to customize your gameplay. Not only that, there's also some gameplay mechanics such as PowerUps and a "dynamic" ball angle change. This angle change happens with collision and can get to a "deltaAngle" of 50 to -50 depending on the distance from the center of the pad.
What's funny is that it was just a simple collision test, with some more tests it just became my first game that I've evah that is finished!
Screenshots:
Album link: https://love2d.org/imgmirrur/gOkmK.html
Images:
Download:
http://www.mediafire.com/download/plf2m ... nglish.zip - .exe
http://www.mediafire.com/download/7rm8j ... glish.love - .love (If you want to take a look at the code, go ahead, but I didn't bother in translating the comments, also it's pretty disorganized :p)
Controls:
W e S: Moves player 1 up and down
Up and Down arrows: Moves the player 2 up and down
Esc: Go to menu/Exit the game
P: Pause the game
F12: Resets the resolution to default (800x600)
F2: Debug mode (Show some information such as resolution, ratios, ball direction and some more debugging chety stuff :p)
When in debug mode:
F1: Shows totalTime, FPS, deltaTime and the amount of time for a powerUp to spawn.
F3: Cleans the console
F5: Resets the game (Not recomended)
That's it! Thank you for the attention!
It's a simple Pong game with a good amount of options to customize your gameplay. Not only that, there's also some gameplay mechanics such as PowerUps and a "dynamic" ball angle change. This angle change happens with collision and can get to a "deltaAngle" of 50 to -50 depending on the distance from the center of the pad.
What's funny is that it was just a simple collision test, with some more tests it just became my first game that I've evah that is finished!
Screenshots:
Album link: https://love2d.org/imgmirrur/gOkmK.html
Images:
Download:
http://www.mediafire.com/download/plf2m ... nglish.zip - .exe
http://www.mediafire.com/download/7rm8j ... glish.love - .love (If you want to take a look at the code, go ahead, but I didn't bother in translating the comments, also it's pretty disorganized :p)
Controls:
W e S: Moves player 1 up and down
Up and Down arrows: Moves the player 2 up and down
Esc: Go to menu/Exit the game
P: Pause the game
F12: Resets the resolution to default (800x600)
F2: Debug mode (Show some information such as resolution, ratios, ball direction and some more debugging chety stuff :p)
When in debug mode:
F1: Shows totalTime, FPS, deltaTime and the amount of time for a powerUp to spawn.
F3: Cleans the console
F5: Resets the game (Not recomended)
That's it! Thank you for the attention!