Awful Button Game (PL et Charlélie)

This game is called the ‘Awful Button Game’ (1st version). (This game will continue to be developed)

The purpose of this game is really simple: try to beat your score (timer), by clicking on start. There is only one image of the sprite, but actually there are 4 sprites, with different line codes.

 

 

 

The first one is made to begin the game, even though it is laughing at you because you will not be able to click it on the first time.

 

 

 

The second one is made as a break between the first and the second timer.

 

 

The third is based on an random algorithm which is making the sprite glide to a position based on the orthonormal system.

 

The fourth is telling you what are your two timers and tells you to try the game again.

We had some problems with the ‘random algorithm’ because we didn’t know how to code the fact that the sprite must move between two defined positions. We actually coded every position at the beginning, but we found the ‘pick random .. and .. ‘ block.

We also had some problems with the timer, like it was a specific block, so we didn’t know how to use it. We finally understood that we needed to use variables.

(I know this game is quite short, but with Pierre Louis’ absences and mine, we couldn’t code a really great game)

Link to the game: https://scratch.mit.edu/projects/211918535/

Pierre-Louis and Charlélie

All pictures are from Scratch

Game Report

Title: Smash! The Game

The purpose of the game is to beat your enemy. Your have to touch your enemy with your moves 10 times to win. Each character has a different attack and is specific to a player (for example, player 1 can’t use the character Jotaro, etc). The characters available are :

  • Player 1 : Ryu (from Street Fighter): Select 1
  • Player 2 : Ken (from Street Fighter) : Select 2
  • Player 1 : Krilin (from Dragon Ball) : Select 4
  • Player 1 : Naruto (from Naruto) : Select 3
  • Player 2 : Jotaro (from Jojo’s bizarre adventure) : Select 5
  • Player 2 : Rock Lee (from Naruto) : Select 6
  • Player 1 : Ichigo (from Bleach) : Select 7

 

 

The fight takes place in a dojo. The development of the game is:

  • click on the green flag
  • find a friend to play with you
  • select your characters (restart the game if you miss click)
  • play the game and beat the other guy
  • win (or lose)

If you want to restart the game, you may have to click 2-3 times on the green flag.

The problem that we had to resolve is the time of creation, because this game takes a lot of time to create.

To begin with, we created the sprites of the characters. Then, we programmed the moves and the jumps of the character and balanced it. After, we programmed the attacks of the characters, and added a point counter. To finish, we created a character selector to choose the characters.

Lien : https://scratch.mit.edu/projects/218892420/