Lesson Objectives
- Define the terms variable and constant
- Use and identify variables and constants in program code
- Identify and use the data types integer, real, Boolean, character and string
Add the code for the Diamond Sprite so that it hides if it touches the miner. The variable diamond should increase by 1.
Use these 5 blocks to complete this task
Test your program works and then add a screenshot to your evidence document
Add a sprite of your choice and call it monster. The monster should chase the miner. It will do this by pointing towards the miner and moving one step. It should repeat this process until it is touching the miner
Use these blocks to complete this task
Test your program works and then add a screenshot to your evidence document
Add code to your monster so when it is touching the miner its says game over and stops all the scripts
Use the blocks to complete this task
Test your program works and then add a screenshot to your evidence document
Add code to the blocks you used in (b) so that after the miner has said "I'm going to be rich" that part of the program waits until 5 diamonds have been collected. The miner should then say "I win" for one second before the program stops
Test your program works and then add a screenshot to your evidence document
You must produce a review of your game that would be suitable for publication in an onscreen computer games magazine.Ask game reviewers to play your game and give you feedback.The review should include:
0 marks
No rewardable content.
1–3 marks
The student has made evaluative comments about the game,
including aspects of its functionality and usability, most of which arerealistic. They have included some relevant extracts from the game
and feedback from players.
4–5 marks
The student has made a realistic evaluation of the game, including itsfunctionality and usability, illustrated with well-chosen extracts andfeedback from players.