Scratch – Scoring
Scoring Your game needs to keep score. For the more advanced programmer, you can keep a high score using Cloud variables Scoring High Score
Scoring Your game needs to keep score. For the more advanced programmer, you can keep a high score using Cloud variables Scoring High Score
Levels Your game needs to have at least TWO levels
Scratch – Game Levels Read More »
Introduction, Instruction and Ending screens Before you start build your game you need to create a game template which has Introduction Screen – which lets the user start the game or get instructions Instruction Screen – with details about how to play the game Ending Screen – The screen the player sees when the game
Scratch – Game Framework Read More »
Introduction: to Flowcharts A flowchart is a visual map of an algorithm. Instead of writing a wall of text, we use specific shapes to show exactly what is happening at every step. Flowchart Components Shape Name What it does Example Oval TerminatorStart / End The “Terminator.” It shows where the logic begins and where it
Flow Charts – Level 1 Read More »