. Austin's Computer Science

My Created Games

Pong

Pong


Pong was our first game that I created with scratch. I used movement commands for the rackets that are pressed and put them to repeat forever if they are pressed. I also programmed the ball so when it hits the edge or either rackets, it bounces.

RPG

Pong


This RPG game was a game that I developed involving a hero fighting several monsters and a wizard who uses spells. The controls are up to jump, down to duck, left and right to move left and right, i to throw sword and o with up key to jump strike. The commands for the monsters were pretty easy, but the hero and the swords were very hard to program. I couldn't program for the sword to move with the heros, as they were pictures online, but I managed to move the sword along with the body with a lot of movement commands. The monster/spell commands were just move here and there and the variables were easy to impliment.