Game programming Page

Game Programming

this is my programming for pong. To make this, I had to draw a ball, 2 bouncers, and 2 endzones. It is set so when you press space the ball will move forward. you have to use the bouncers by moving them up and down to keep the ball in the field. This is the actual game below!

this is the online game that I created with my partner Joe Batsford! It is online combat. We set it so when you shoot another person you gain a point. When somebody gets 100 ore more points the game will end and go to a game over screen. We did this by broadcasting and recieving things. It was done through 2 different computers. What was hard about it was trying to make everything work on both computers, because sometimes it would only work on 1 computer and not 2.

The game above is another game I created where you run around as a triangle and use the abilities around you to destroy the red dots. If you touch a red dot you die. In it, I made the moving through x-velocity so when you move you speed up and slow down. I also set it so when the red dots touch you, it goes to a game over screen. To restart just click the green flag in the top right corner.

this is the last game that I created, you play as mario and kirby fighting in a super smash bros. style game!

controls:press green flag to start,

Kirby:

i=up

j=left

l=right

o while walking in a direction=special

p while walking in a direction=attack

Mario:

a=left

w=up

d=right

x while moving a direction=special

c while moving a direction=attack

space=change map