Created Games

During the third week we worked on games. We made the games with our own design. It was fun and easy to make the games. We used programs like scratch and BYOB.


This first game is a game i call named single player pong. Your job is to make sure the ball doesn't hit your wall if it does you lose. But right now there is no ending to this game.


This next game I made is a multiplayer fighting game. It was a very challenging code to make but i was able to make it.

to program this game we used sprites and different actions. The simplest actions were used to create the game. The up and down arrow key. what makes the ball move is a code that says for it to move anywhere. This allows it to bounce in all derections. The final code was for the wall. Along side the wall is a sprite. I made it very small so no one can see it. This sprite has a code, if sprite 2(ball) touches sprite 3(wall) than score will go up by 1 and that is how the game operates.

We also worked on stuff like multiplayer programming through scratch. We hosted a server and shared characters like from the above games. But we were not able to finish the game. We coded and had to code many sprites I am still working on the game but it is currently unfinished.

Index