Introduction to Computer Coding
Jump to:
For this course we are using Code.org Games and Animation.
Coding Keyboard Shortcuts:
Arrows: Move over one character
Ctrl + Arrow Key: Move over one word
Ctrl + Shift + Arrow: Highlight over one word
Home: Move to the front of a line of text.
Home + Shift: Highlight to the Front of a line of text.
End: Move to the end of a line of text
End + Shift: Highlight to the end of a line of text.
Video Tutorials
Lesson 3 - Drawing
Code.org - G&A - Lesson 3.5-3.7
Code.org - G&A - Lesson 3.9-3.10
Google Classroom - Attach an Assignment
Lesson 4 - Extra Parameters
Code.org - G&A - Lesson 4.1-4.3
Submit:
A screenshot showing that you have completed the lessons and your username.
Examples:
Video Tutorials
Lesson 5 - Variables
Code.org - G&A - Lesson 5.1-5.4
Code.org - G&A - Lesson 5.5-5.6
Code.org - G&A - Lesson 5.7-5.8
Lesson 6 - randomNumber
Code.org - G&A - Lesson 6.1-6.3
Code.org - G&A - Lesson 6.4-6.6
Lesson 7 - Sprites
Code.org - G&A - Lesson 7.3-7.5
Submit:
A screenshot showing that you have completed the lessons and your username.
Examples:
Video Tutorials
Lesson 8 - Sprite Properties
Code.org - G&A - Lesson 8.2-8.4
Lesson 9 - Text
Submit:
A screenshot showing that you have completed the lessons and your username.
Examples:
Lesson 10 - Captioned Scene
Submit:
A hand drawn example of what you plan to code.
Expectation:
A screenshot that shows your code and your drawing. The code should show one example from each Lesson 3-9.
L3 - Draw a Shape
L4 - Use Extra Parameters
L5 - Create a variable
L6 - Use a random number
L7 - Insert a sprite.
L8 - Edit Sprite Properties
L9 - Add some text.
Video Tutorials
Lesson 11 - Draw Loop
Code.org - G&A - Lesson 11.2-11.7
Code.org - G&A - Lesson 11.8-11.9
Lesson 12 - Sprite Movement
Submit:
A screenshot showing that you have completed the lessons and your username.
Example:
Submit:
A hand drawn example of what you plan to code.
A link to your code.
Expectations:
Draw a scene that includes moving text, and 2 moving sprites.
Tip: Use a variable to make the text move.
Example:
Video Tutorials
Lesson 14 - Conditionals
Code.org - G&A - Lesson 14.1-14.7
Code.org - G&A - Lesson 14.8-14.10
Lesson 15 - Keyboard Input
Code.org - G&A - Lesson 15.2-15.4
Code.org - G&A - Lesson 15.5-15.6
Lesson 16 - Mouse Input
Code.org - G&A - Lesson 16.3-16.6
Submit:
A screenshot showing that you have completed the lessons and your username.
Examples:
Video Tutorials
Lesson 17 - Interactive Card
Code.org - G&A - Lesson 17.3-4
Submit:
Submit a hand drawing of your idea.
Submit a link to your interactive card that meets the expectations by clicking the share button.
Expectations:
Text that is used in two different places.
Instructions (What does the user need to do?)
Event (A condition that changes something on the card.)
Video Tutorials
Lesson 18 - Velocity
Code.org - G&A - Lesson 18.1-18.5
Code.org - G&A - Lesson 18.6-18.8
Code.org - G&A - Lesson 18.9-18.10
Lesson 19 - Collision Detection
Code.org - G&A - Lesson 19.2-19.5
Submit:
A screenshot showing that you have completed the lessons and your username.
Video Tutorials
Lesson 20 - Side Scroller
Code.org - G&A - Lesson 20.1-3
Submit:
A link to your completed game.
Expectations:
Frog:
Jumps up to a set height when a key is pressed, moves downward after getting to the top of the jump, lands on the ground, and cannot fly.
Fly:
Fly moves left.
Respawns on the right with a random height when it goes off the left side or when touching the frog.
Mushroom:
Mushroom moves left
Respawns on the right after going off the left side.
Tilts when touching the frog, otherwise it should be straight up.
Score:
Displayed in the top left.
Increased by 1 when frog is touching the fly.
Health:
Displayed in the top right.
Decreased when touching the mushroom.
Game Over:
Triggered when health gets to zero.
Black screen that shows the score and the words game over.
Video Tutorials
Lesson 21 - Complex Sprite Movement
Code.org - G&A - Lesson 21.1-21.4
Code.org - G&A - Lesson 21.5-21.6
Lesson 22 - Collisions
Code.org - G&A - Lesson 22.2-22.4
Submit:
A screenshot showing that you have completed the lessons and your username.
Video Tutorials
Lesson 23 - Flyer Game
Code.org - G&A - Lesson 23.1-23.3
Code.org - G&A - Lesson 23.4-23.5
Submit:
A link to your completed game.
Expectations:
Player:
Effected by gravity. (Acceleration)
Up, left, and right arrows effect player velocity.
Displaced by the rocks
Rocks:
Rocks loop, and reset to the top or left and randomly across the screen.
Coin:
Placed randomly across the screen when touched by the player.
Score:
Displayed and updated in the top left.
Increased when the player touches the coin.
Video Tutorials
Lesson 24 - Functions
Code.org - G&A - Lesson 24.2-24.3
Submit:
A screenshot showing that you have completed the lessons and your username.
Video Tutorials
Lesson 25 - The Game Design Process
Code.org - G&A - Lesson 25.1-25.5
Code.org - G&A - Lesson 25.6-25.9
Code.org - G&A - Lesson 25.10-25.11
Submit:
A link to your completed game.
Expectations:
Player:
Movement: Arrow keys, and changes animation based on left and right arrows.
Displaces the enemies.
Enemies:
Move right from the left side with a random speed and different vertical height on the track.
Enemies reset if they go off the track, or if they touch the objective on the right side.
Score:
In the top left.
1 point for pushing enemies off the track.
Lose 2 points if they enemies get to the objective.
Game Over:
If the enemies get to the objective 3 times then the game is over.
Should remove sprites, and display the score.
Submit:
A link to your completed game.
Expectations:
Background:
Changes if you get more than 5 points.
Player:
Movement: Uses the arrow Keys. Up increases upward speed. Left and right move incrementally.
Always slightly accelerating downward.
Bumps into the left, and right edges.
Loops to the top if below the screen.
Collides with platforms.
Platforms:
Always moving down at a consistent pace.
Move to the top if they go past the bottom, with a random start location left to right.
Enemies and Objectives:
Start from the top of the screen with a set speed downward.
Reset to the top with a random location left to right if they go below the bottom or touched by the player.
Score:
Increased by 1 when touching objective.
Decreased by 1 when touching enemy.
Health:
Start with 3 health.
Lose one if touching enemy.
Lose one if you go below the bottom of the screen.
Game Over:
Stop drawing the sprites.
Display the score.
Lesson 27 - Make your own Game
Examples:
2 Player Game
In teams of two, you will create a two player game that uses the keyboard.
Utilize a shared google doc to collaborate and share the code with your partner.
Requirements:
Game Phases:
Instruction/Start Page
Game Title
Objective
Controls
Gameplay Screen
Working Controls for each player
Changing Variables
Score/Health
Game Over Screen
Screen Transition
Winner Declaration
Unique Sprites with Animations