Boss Pong

If you're making a game, you can post about it here.
Forum rules
If you want to post a topic, you have to post some progress to show you are working on the game. Screenies or Video.

Boss Pong

Postby AlucardX60 » March 15th, 2011, 5:48 pm

ZOMG ANOTHER PONG RIP-OFF!? Yep. My first game so I wanted to start with something easy. And what could possible be easier then pong. I mean there's a reason it was the first game on a home system right?

anyway play demo. EDIT: Lol forgot Demo link. http://www.sendspace.com/file/nri3s5

Known Errors: (so stop telling me it's not working)

1) if the ball hits the very edge of a paddle it will be stuck playing the hit sound and doing nothing.

SOLUTION: Exit game. :P

If you find other errors let me know.

Features that will be added: (you know... eventually...)

Power-ups

Difficulty levels (assuming I can make a better AI for the Boss Paddle)

Cheats (mebbe)



Feel free to help out in any way liek by making better graphics and shiz.
User avatar
AlucardX60
Prophet of Shadowsquid

Error contacting Twitter
 
Posts: 1343
Joined: August 10th, 2009, 9:08 am
Location: I'll get back to you on that.

SM63 Level Designer Contest Winner
LDC #4: Halloween

Thumbs Up given: 4 times
Thumbs Up received: 32 times

Re: Boss Pong

Postby Jellonator » April 11th, 2011, 3:00 pm

try this for the game
Code: Select all
dir = point_direction(x,y,otherobject.x,otherobject.y)
y += lengthdir_y(speedhere,dir)
// with x position, change  the above line with this; x += lengthdir_x(speedhere,dir)
// this also slows down as the object draws closer, but speeds up when its farther away in some cases.
bepis lmao
User avatar
Jellonator
Code: Awesome

Error contacting Twitter
 
Posts: 342
Joined: August 28th, 2010, 6:25 am
Location: With Waldo.

Thumbs Up given: 18 times
Thumbs Up received: 42 times


Return to Game Showcase