Learn to code with using Tynker
Taught
Enrolled
STRATFORD SCHOOLS
Course
Lesson 1
Alien Puzzle
Guide Mod, the alien, navigate through the obstacles and reach his goal. Code to solve each puzzle level by connecting code b...
Lesson 2
Creating a scene
Create an interactive scene with music. Build and add your own characters and animate them.
Lesson 3
Instruments and Tempo
Generate computer music using musical notes, different instruments and changing tempo.
Lesson 4
Loops and Animation
Use multiple costumes and a loop construct to animate Gus. In subsequent lessons, you will learn to jump, move and flip him. ...
Lesson 5
Jumping over obstacles
Program an Actor to jump. Move the Actor up and down using a loop to change their y-position.
Lesson 6
Storytelling
Use speech bubbles using the Say block to simulate a conversation between Actors. Use Wait blocks for timing.
Lesson 7
Keyboard Interaction
Program keyboard controls to move Actors. Use this to move Gus back and forth to collect powercells.
Lesson 8
Guessing Game
Create an interactive quiz. Use the Ask block for user input and the If-Else block to check the answer.
Lesson 9
Rotation
Use the Turn block to rotate an actor. Using it in a loop and turning 360 degrees will flip the Actor.
Lesson 10
Detecting Screen Bounds
Move Actors to different locations within the screen using random number generators. Hide and Show Actors.
Lesson 11
Music and Animation
Use music to create a game where robots battle to mimic the sound sequence.
Lesson 12
Broadcasting Messages
Send and receive messages between Actors in a program. Use messages to control the robot.
Lesson 13
Time Limits
Learn about time limits, and along with your knowledge of messaging, build a 2-player game.
Lesson 14
Message driven programming
Program the BeatBot to make different dance moves based on the type of message it receives.
Lesson 15
Pop the Balloon
A balloon popping game, more on random numbers and programming explosions.
Lesson 16
Animation with Movement
Program the BeatBot to moonwalk by combining animation with movement.
Lesson 17
Obstacle Course
Learn to follow the mouse pointer as well as other actors. Create an obstacle course.
Learning to Code using Tynker
Students will be introduced to the principles of programming using Tynker, an online learning platform created specifically for kids. Fundamental concepts used by professional programmers are taught through fun and easy-to-understand activities. As students create programming projects, they develop important design and problem-solving skills, while learning to think creatively and work collaboratively. We will showcase the class work here during the class.
Learning Objectives
- Programming concepts. After completing this course, students will have a strong understanding of fundamental programming concepts, like events, user interactions, messaging, finite and infinite loops, conditionals, delays, keyboard and mouse control, pen drawing, visual effects, turning, directionality and motion.
- Computational thinking and reasoning. Programming is inherently a very systematic and logical way of providing instructions. Through the course students' develop and significantly hone these thinking skills.
- Enhanced understanding of Common Core subjects. Working on Tynker projects reinforces student's understanding of math and science concepts.
- Become a maker. Every lesson encourages students to create. By the end of the course they would have learnt to build original games, digital comics, animations, make music, and create algorithmic art.
- Design thinking. Through the course students will be faced with challenges, and steered through thinking of a solution. This teaches them 'design thinking' - that is, work through strategies, choose and use tools, develop prototypes and evolve an optimal solution to the challenge.
Concepts Learned
simple events, simple sound playing, simple loops, delays, simple costume handling, music and instruments, advanced costume handling, graphic effects, sequencing, pattern recognition, simple conditionals, conditional loops, negative logic