Scratch is a programming language and platform built by MIT University to introduce youth to the world of programming. They can learn all about programming logic through drag and drop blocks without having to write lines of code. This simplifies the coding process while focusing on programming concepts like loops, if statements, variables, and events.
This course enables kids to use their creativity to build their own games, animation stories and videos without prior coding experience, all while having a lot of fun! Students can publish and share their creations with friends and family so everyone can enjoy their development. Surely, a great course to become a young programmer!
Fill the enrolment form now, and you will be contacted by our representative to book your place based on your schedule.
Benefits
Sample Projects
Program a bird and rabbit chase animation. The bird and rabbit move in a never ending LOOP.
Key takeaways include:
- Coordinates
- Looping
- Threading
- Timeout
Move the Player fast to catch the ball. IF you miss the ball the game ends IF NOT you add to your score and keep playing!
Key takeaways include:
- IF statements
- Coordinates
- Looping
- Variables
Who doesn't like a dress up game. Simple game, right? Think again! Change the cloth of the character by dragging the pieces. IF the piece touches the character it automatically moves to the right COORDINATES. IF NOT the piece goes back to its place.
Key takeaways include:
- Coordinates
- IF and IF ELSE statements
Help the octopus chase and catch the starfish. The starfish appears in a RANDOM way. Add to your score IF the EVENT of catching the fish happens before time runs out!
Key takeaways include:
- Events and Event Listener
- Random
- IF Statements