Page 1 of 1

Arcade Remakes: Pong - Challenge your HES

PostPosted: Thu Feb 25, 2010 2:56 pm
by Hblade
Canvas Pong
    Challenge your Hand-Eye-Speed

Challenge your HES with this classic style, Pong game, try to get more score then your enemy does.

Tips and tricks:
make the ball hit the top edge or the bottom edge to send the ball flying torwards the enemy :)

Screenshots
canvas pong screenshot.JPG


Controls:
Use the mouse to control the player.

Download:
Ged - Game Editor Files
Ged.zip
(103.45 KiB) Downloaded 239 times

Windows -
Windows.zip
(756.75 KiB) Downloaded 226 times

Linux -
Linux.zip
(603.87 KiB) Downloaded 155 times


Enjoy :D

Notes:
Dude, this game gets so freaking hard man :D It's addicting too :)

Re: Arcade Remakes: Pong - Challenge your HES

PostPosted: Fri Feb 26, 2010 11:14 am
by thunderios
I added
Code: Select all
y -= .5*view.height - ymouse;
ymouse = .5*view.height;
to Player>Draw, so the mouse wouldn't leave the field all the time.
A good remake of the old game, and you taught me how to draw with Canvasses XD

Re: Arcade Remakes: Pong - Challenge your HES

PostPosted: Fri Feb 26, 2010 5:37 pm
by Hblade
Thank ya :3