├── .gitignore ├── CSTA-content-matrix-9-12.docx ├── CSTA_standards_mapping.md ├── Changelog.md ├── Country-n-State.txt ├── Excel-Randomizer.xlsx ├── GLOSSARY.md ├── Geometry_Exterior_Angles.pdf ├── Grudgeball.md ├── Project 1 - Nursery Rhyme.docx ├── Projects ├── Projects PDF │ ├── Project 1 Storytelling.pdf │ ├── Project 2 Pong.pdf │ ├── Project 3 Platform Game Easy.pdf │ ├── Project 3 Platform Game.pdf │ ├── Project 4 Guessmyword.pdf │ ├── Project 4 Hangman.pdf │ ├── Project 4 Snowman.pdf │ ├── Project 5 Space Invaders.pdf │ ├── Project 6 Final Project.pdf │ ├── Project_ 2_alternative.pdf │ ├── Project_2_Pong_Planning_Worksheet.pdf │ ├── Project_4_Guessmyword_Planning_Worksheet.pdf │ └── Project_4_Hangman_Planning_Worksheet.pdf └── Projects Word │ ├── Platform_Game_Planning_Worksheet.docx │ ├── Project 1 Storytelling.docx │ ├── Project 2 Pong.docx │ ├── Project 3 Platform Game Easy.docx │ ├── Project 3 Platform Game.docx │ ├── Project 4 Guessmyword.docx │ ├── Project 4 Snowman.docx │ ├── Project 5 Space Invaders.docx │ ├── Project 6 Final Project.docx │ ├── Project_ 2_alternative.docx │ ├── Project_2_Pong_Planning_Worksheet.docx │ ├── Project_4_Guessmyword_Planning_Worksheet.docx │ └── project_5.docx ├── README.md ├── SNAP Program Design and Planning Worksheet.docx ├── Snap Tips.docx ├── TEALS Intro CS Curriculum Guide - handout.docx ├── Unit 0 ├── IntrotoCSSyllabusExample.docx ├── Student Experiences Survey.docx ├── Student Experiences Survey.pdf ├── lab_04.docx ├── lab_04.pdf ├── lab_05.docx └── lab_05.pdf ├── Unit 1 PDF ├── Do_Now_11_Coordinate_Review.pdf ├── Helping Trios.pdf ├── Lab 1.1 Welcome To SNAP.pdf ├── Lab 1.2 SNAP Scavenger Hunt.pdf ├── Lab 1.3 Squares Triangles.pdf ├── Lab 1.4 Sprites in Action.pdf └── lab_11.pdf ├── Unit 1 Word ├── Helping Trios.docx ├── Lab 1.1 Welcome To SNAP.docx ├── Lab 1.2 SNAP Scavenger Hunt.docx ├── Lab 1.3 Squares Triangles.docx └── Lab 1.4 Sprites in Action.docx ├── Unit 2 PDF ├── Lab 2.1 Triangles and Squares Redux.pdf ├── Lab 2.2 Another Brick in the Wall.pdf ├── Lab 2.2 Yellow Brick Road.pdf ├── Lab 2.3 What Shape Is That.pdf ├── Lab 2.4 Guessing Game.pdf └── Lab 2.5 Triangles of All Kinds.pdf ├── Unit 2 Word ├── Lab 2.1 Triangles and Squares Redux.docx ├── Lab 2.2 Another Brick in the Wall.docx ├── Lab 2.2 Yellow Brick Road.docx ├── Lab 2.3 What Shape Is That.docx ├── Lab 2.4 Guessing Game.docx └── Lab 2.5 Triangles of All Kinds.docx ├── Unit 3 PDF ├── .DS_Store ├── Lab 3.1 Drawing Shapes Again.pdf ├── Lab 3.1 Guessing Game.pdf ├── Lab 3.2 Drawing Shapes Again.pdf ├── Lab 3.2 What Goes Up.pdf ├── Lab 3.3 Let Me Check My Calendar.pdf ├── Lab 3.4 If My Calculations Are Correct.pdf └── Lab 3.4 The Technicolor Window.pdf ├── Unit 3 Word ├── Lab 3.1 Drawing Shapes Again.docx ├── Lab 3.2 What Goes Up.docx ├── Lab 3.3 Let Me Check My Calendar.docx ├── Lab 3.4 If My Calculations Are Correct.docx └── Lab 3.4 The Technicolor Window.docx ├── Unit 4 PDF ├── Lab 4.2 You Talkin To Me.pdf ├── Lab 4.3 Guess Who.pdf ├── Lab 4.4 Number Cruncher.pdf ├── Lab 4.5 Its Around Here Somewhere.pdf └── SNAP Lists Components.pdf ├── Unit 4 Word ├── Lab 4.2 You Talkin To Me.docx ├── Lab 4.3 Guess Who.docx ├── Lab 4.4 Number Cruncher.docx ├── Lab 4.5 Its Around Here Somewhere.docx └── SNAP Lists Components.docx ├── Unit 5 PDF ├── Lab 5.1 Connect the Dots.pdf ├── Lab 5.2 Lots of Balls.pdf └── Lab 5.3 Fewer Balls.pdf ├── Unit 5 Word ├── Lab 5.1 Connect the Dots.docx ├── Lab 5.2 Lots of Balls.docx └── Lab 5.3 Fewer Balls.docx ├── Unit 6 PDF ├── Final Project Development Plan.docx ├── Final Project Plan Organizer.pdf ├── Project Feedback Form.pdf └── TEALS Final Project Design Steps.pdf ├── Unit 6 Word ├── Final Project Development Plan.docx ├── Final Project Plan Organizer.docx ├── Project Feedback Form.docx └── TEALS Final Project Design Steps.docx ├── Video Resources.md ├── additional_curriculum_resources.md ├── bjc_videosuggestions.md └── bjcvideosuggestions.md ├── book.json ├── chapter1.md ├── contributing.md ├── create-book.cmd ├── culture_day_lesson_a.md ├── culture_day_lesson_b.md ├── culture_day_lesson_c.md ├── culture_day_lesson_d.md ├── curriculum_map.md ├── do_now_04.md ├── do_now_05.md ├── do_now_11.md ├── do_now_12.md ├── do_now_13.md ├── do_now_14.md ├── do_now_15.md ├── do_now_152.md ├── do_now_153.md ├── do_now_21.md ├── do_now_22.md ├── do_now_23.md ├── do_now_24.md ├── do_now_25.md ├── do_now_26.md ├── do_now_31.md ├── do_now_32.md ├── do_now_33.md ├── do_now_34.md ├── do_now_42.md ├── do_now_43.md ├── do_now_44.md ├── do_now_45.md ├── do_now_46.md ├── do_now_52.md ├── do_now_53.md ├── docs ├── .gitignore ├── 83.PNG ├── 84.PNG ├── 90degreesquare.PNG ├── CSTA-content-matrix-9-12.docx ├── CSTA_standards_mapping.md.html ├── Changelog.md.html ├── Coordinateplane.png ├── Coordinates.gif ├── Coordinates.png ├── Country-n-State.txt ├── Do_Now_11_Starter.png ├── Excel-Randomizer.xlsx ├── Final Project Development Plan.docx ├── Final Project Plan Organizer.docx ├── GLOSSARY.md.html ├── Geometry_Exterior_Angles.pdf ├── Grudgeball.md.html ├── PostVariableCreate.PNG ├── Project 1 - Nursery Rhyme.docx ├── Projects │ ├── Projects PDF │ │ ├── Project 1 Storytelling.pdf │ │ ├── Project 2 Pong.pdf │ │ ├── Project 3 Platform Game Easy.pdf │ │ ├── Project 3 Platform Game.pdf │ │ ├── Project 4 Guessmyword.pdf │ │ ├── Project 4 Hangman.pdf │ │ ├── Project 4 Snowman.pdf │ │ ├── Project 5 Space Invaders.pdf │ │ ├── Project 6 Final Project.pdf │ │ ├── Project_ 2_alternative.pdf │ │ ├── Project_2_Pong_Planning_Worksheet.pdf │ │ ├── Project_4_Guessmyword_Planning_Worksheet.pdf │ │ └── Project_4_Hangman_Planning_Worksheet.pdf │ └── Projects Word │ │ ├── Platform_Game_Planning_Worksheet.docx │ │ ├── Project 1 Storytelling.docx │ │ ├── Project 2 Pong.docx │ │ ├── Project 3 Platform Game Easy.docx │ │ ├── Project 3 Platform Game.docx │ │ ├── Project 4 Guessmyword.docx │ │ ├── Project 4 Hangman.docx │ │ ├── Project 4 Snowman.docx │ │ ├── Project 5 Space Invaders.docx │ │ ├── Project 6 Final Project.docx │ │ ├── Project_ 2_alternative.docx │ │ ├── Project_2_Pong_Planning_Worksheet.docx │ │ ├── Project_4_Guessmyword_Planning_Worksheet.docx │ │ └── Project_4_Hangman_Planning_Worksheet.docx ├── QuadrilateralSets.PNG ├── SNAP Program Design and Planning Worksheet.docx ├── SUMMARY.md.html ├── Snap Tips.docx ├── SnapCloud.png ├── SnapCoordinateExample.png ├── SnapSignUp.png ├── TEALS Intro CS Curriculum Guide - handout.docx ├── Unit 0 │ ├── IntrotoCSSyllabusExample.docx │ ├── Lab 0.4.docx │ ├── Lab 0.4.pdf │ ├── Student Experiences Survey.docx │ ├── Student Experiences Survey.pdf │ ├── lab_04.docx │ ├── lab_04.pdf │ ├── lab_05.docx │ └── lab_05.pdf ├── Unit 1 PDF │ ├── Do_Now_11_Coordinate_Review.pdf │ ├── Helping Trios.pdf │ ├── Lab 1.1 Welcome To SNAP.pdf │ ├── Lab 1.2 SNAP Scavenger Hunt.pdf │ ├── Lab 1.3 Squares Triangles.pdf │ ├── Lab 1.4 Sprites in Action.pdf │ └── lab_11.pdf ├── Unit 1 Word │ ├── Helping Trios.docx │ ├── Lab 1.1 Welcome To SNAP.docx │ ├── Lab 1.2 SNAP Scavenger Hunt.docx │ ├── Lab 1.3 Squares Triangles.docx │ └── Lab 1.4 Sprites in Action.docx ├── Unit 2 PDF │ ├── Lab 2.1 Triangles and Squares Redux.pdf │ ├── Lab 2.2 Another Brick in the Wall.pdf │ ├── Lab 2.2 Yellow Brick Road.pdf │ ├── Lab 2.3 What Shape Is That.pdf │ ├── Lab 2.4 Guessing Game.pdf │ └── Lab 2.5 Triangles of All Kinds.pdf ├── Unit 2 Word │ ├── Lab 2.1 Triangles and Squares Redux.docx │ ├── Lab 2.2 Another Brick in the Wall.docx │ ├── Lab 2.2 Yellow Brick Road.docx │ ├── Lab 2.3 What Shape Is That.docx │ ├── Lab 2.4 Guessing Game.docx │ └── Lab 2.5 Triangles of All Kinds.docx ├── Unit 3 PDF │ ├── .DS_Store │ ├── Lab 3.1 Drawing Shapes Again.pdf │ ├── Lab 3.1 Guessing Game.pdf │ ├── Lab 3.2 Drawing Shapes Again.pdf │ ├── Lab 3.2 What Goes Up.pdf │ ├── Lab 3.3 Let Me Check My Calendar.pdf │ ├── Lab 3.4 If My Calculations Are Correct.pdf │ └── Lab 3.4 The Technicolor Window.pdf ├── Unit 3 Word │ ├── Lab 3.1 Drawing Shapes Again.docx │ ├── Lab 3.2 What Goes Up.docx │ ├── Lab 3.3 Let Me Check My Calendar.docx │ ├── Lab 3.4 If My Calculations Are Correct.docx │ └── Lab 3.4 The Technicolor Window.docx ├── Unit 4 PDF │ ├── Lab 4.2 You Talkin To Me.pdf │ ├── Lab 4.3 Guess Who.pdf │ ├── Lab 4.4 Number Cruncher.pdf │ ├── Lab 4.5 Its Around Here Somewhere.pdf │ ├── Project 4 Guessmyword.pdf │ └── SNAP Lists Components.pdf ├── Unit 4 Word │ ├── Lab 4.2 You Talkin To Me.docx │ ├── Lab 4.3 Guess Who.docx │ ├── Lab 4.4 Number Cruncher.docx │ ├── Lab 4.5 Its Around Here Somewhere.docx │ ├── Project 4 Guessmyword.docx │ └── SNAP Lists Components.docx ├── Unit 5 PDF │ ├── Lab 5.1 Connect the Dots.pdf │ ├── Lab 5.2 Lots of Balls.pdf │ └── Lab 5.3 Fewer Balls.pdf ├── Unit 5 Word │ ├── Lab 5.1 Connect the Dots.docx │ ├── Lab 5.2 Lots of Balls.docx │ └── Lab 5.3 Fewer Balls.docx ├── Unit 6 PDF │ ├── Final Project Development Plan.docx │ ├── Final Project Plan Organizer.pdf │ ├── Project Feedback Form.pdf │ └── TEALS Final Project Design Steps.pdf ├── Unit 6 Word │ ├── Final Project Development Plan.docx │ ├── Final Project Plan Organizer.docx │ ├── Project Feedback Form.docx │ └── TEALS Final Project Design Steps.docx ├── VariableCreateImage.PNG ├── VariableImage.PNG ├── VariableInUse.PNG ├── Video Resources.md.html ├── ZoomBlocks.PNG ├── add_a_new_sprite.PNG ├── addition.png ├── additional_curriculum_resources.md.html ├── alonzo.svg ├── and.png ├── answer.png ├── appendix-bjc-video-lectures.md.html ├── ask.png ├── basicSequentialSearch.jpg ├── bjc_videosuggestions.md │ └── bjcvideosuggestions.md ├── book.json ├── brick road.png ├── brick wall.png ├── broadcast.png ├── broadcast_and_wait.png ├── changeSizeBy.PNG ├── changeY.png ├── change_pen_size_by.png ├── changepensize.png ├── chapter1.md.html ├── clear.png ├── clone_troopers_formation.png ├── clone_troopers_formation_end.png ├── cloudButton.png ├── cloudSignup.png ├── contributing.md.html ├── create-book.cmd ├── createACloneOf.png ├── culture_day_lesson_a.md.html ├── culture_day_lesson_b.md.html ├── culture_day_lesson_c.md.html ├── culture_day_lesson_d.md.html ├── curriculum_map.md.html ├── custom-reference.docx ├── deleteThisClone.png ├── distanceTo.png ├── do_now_04.md.html ├── do_now_05.md.html ├── do_now_11.md.html ├── do_now_12.md.html ├── do_now_13.md.html ├── do_now_13_triangle.png ├── do_now_14.md.html ├── do_now_15.md.html ├── do_now_152.md.html ├── do_now_153.md.html ├── do_now_21.md.html ├── do_now_22.md.html ├── do_now_22.png ├── do_now_23.md.html ├── do_now_24.md.html ├── do_now_25.md.html ├── do_now_26.md.html ├── do_now_31.md.html ├── do_now_31_GuidedTour.png ├── do_now_32.md.html ├── do_now_33.md.html ├── do_now_34.md.html ├── do_now_42.md.html ├── do_now_43.md.html ├── do_now_44.md.html ├── do_now_45.md.html ├── do_now_46.md.html ├── do_now_52.md.html ├── do_now_53.md.html ├── dog_costumes.png ├── dots.PNG ├── draw squares.png ├── eol.exe ├── equilateral_triangle.png ├── forever.png ├── foreverIf.png ├── foreverdrawsomething.png ├── forevergotomouse.png ├── forevermove.png ├── foreversay.png ├── foreversayanimals.png ├── glide.png ├── gotomousex30.png ├── gotox-y.png ├── helping_trios.md.html ├── helping_trios_handout.md.html ├── hide.png ├── if-else.png ├── if.png ├── ifedgebounce.png ├── images │ ├── AND-conditionals.png │ ├── ANDwithvariables.png │ ├── ComplexBooleans.png │ ├── add_a_new_sprite.png │ ├── addition.png │ ├── alonzo.svg │ ├── and.png │ ├── answer.png │ ├── ask.png │ ├── basic_sequential_search.jpg │ ├── bat1 a.svg │ ├── bat1 b.svg │ ├── brick_road.png │ ├── brick_wall.png │ ├── broadcast.png │ ├── broadcast_and_wait.png │ ├── change_pen_size.png │ ├── change_pen_size_by.png │ ├── change_size_by.png │ ├── change_y.png │ ├── clear.png │ ├── clone_troopers_formation.png │ ├── clone_troopers_formation_end.png │ ├── cloud_button.png │ ├── cloud_signup.png │ ├── coordinate_plane.png │ ├── coordinates.gif │ ├── coordinates.png │ ├── create_a_clone_of.png │ ├── delete_this_clone.png │ ├── distance_to.png │ ├── do_now_11_starter.png │ ├── do_now_13_triangle.png │ ├── do_now_22.png │ ├── do_now_31_guided_tour.png │ ├── dog2a.svg │ ├── dog2b.svg │ ├── dog_costumes.png │ ├── dots.png │ ├── dragon1a.svg │ ├── dragon1b.svg │ ├── draw_squares.png │ ├── equalto.png │ ├── equilateral_triangle.png │ ├── forever.png │ ├── forever_draw_something.png │ ├── forever_go_to_mouse.png │ ├── forever_if.png │ ├── forever_move.png │ ├── forever_say.png │ ├── forever_say_animals.png │ ├── glide.png │ ├── go_to_mouse_x_30.png │ ├── go_to_x_y.png │ ├── greaterthan.png │ ├── hide.png │ ├── if.png │ ├── if_edge_bounce.png │ ├── if_else.png │ ├── import_costumes.png │ ├── importing_list_instructions.png │ ├── item.png │ ├── kaleidoscope.gif │ ├── key_press_jump.png │ ├── less_than.png │ ├── lessthan.png │ ├── list_do_now.png │ ├── menu_costumes.png │ ├── min_42.png │ ├── mouse_x.png │ ├── mouse_y.png │ ├── move.png │ ├── move_3.png │ ├── move_dragged.png │ ├── next_costume.png │ ├── offset_bricks.png │ ├── offset_bricks_yellow.png │ ├── pen_down.png │ ├── pen_up.png │ ├── pick_random.png │ ├── play_note.png │ ├── play_notes.png │ ├── point_in_direction.png │ ├── point_towards.png │ ├── post_variable_create.png │ ├── quadrilateral_sets.png │ ├── random.png │ ├── repeat.png │ ├── repeat_until.png │ ├── rest_for_beats.png │ ├── rotate_button.png │ ├── save_as.png │ ├── say.png │ ├── script_with_highlighted_border.png │ ├── script_with_move_and_say_blocks.png │ ├── set_effect.png │ ├── set_pen_color.png │ ├── set_pen_color_to.png │ ├── set_pen_size_to.png │ ├── set_size.png │ ├── set_var1_to_var2.png │ ├── show.png │ ├── sign_up_page.png │ ├── simple_list_traversal.png │ ├── simple_program.png │ ├── snap_cloud.png │ ├── snap_coordinate_example.png │ ├── snap_download.png │ ├── snap_overview.png │ ├── snap_ui_visual_steps.png │ ├── snap_window.png │ ├── square_diagram.png │ ├── stage_example.jpg │ ├── stop.png │ ├── stop_all.png │ ├── stop_all_sounds.png │ ├── stop_button.png │ ├── subtraction.png │ ├── switch_costume.png │ ├── think.png │ ├── touching.png │ ├── turn_15_degrees.png │ ├── two_blocks_about_to_snap_together.png │ ├── two_bricks.png │ ├── two_bricks_yellow.png │ ├── two_squares.png │ ├── two_squares_nested.png │ ├── use_index_in_loop.png │ ├── variable_create_image.png │ ├── variable_image.png │ ├── variable_in_use.png │ ├── when_clicked.png │ ├── when_i_am.png │ ├── when_i_receive.png │ ├── when_i_start_as_a_clone.png │ ├── x_position.png │ ├── x_position_checkbox.png │ ├── x_position_reporting.png │ ├── x_position_watcher.png │ ├── x_y_grid.png │ ├── y_position.png │ └── zoom_blocks.png ├── importcostumes.png ├── importingListInstructions.PNG ├── index.html ├── intro-book-complete.docx ├── intro-book-complete.pdf ├── item.png ├── kaleidoscopegif.gif ├── keypressjump.png ├── lab_04.md.html ├── lab_05.md.html ├── lab_11.md.html ├── lab_12.md.html ├── lab_13.md.html ├── lab_13_cheat_sheet.pdf ├── lab_14.docx ├── lab_14.md.html ├── lab_21.md.html ├── lab_22.docx ├── lab_22.md.html ├── lab_23.md.html ├── lab_24.docx ├── lab_24.md.html ├── lab_25.md.html ├── lab_31.md.html ├── lab_32.docx ├── lab_32.md.html ├── lab_33.md.html ├── lab_34.md.html ├── lab_42.md.html ├── lab_43.md.html ├── lab_44.docx ├── lab_44.md.html ├── lab_45.md.html ├── lab_51.md.html ├── lab_52.md.html ├── lab_53.md.html ├── lab_day_lesson.md.html ├── lessThan.png ├── lesson_01.md.html ├── lesson_02.md.html ├── lesson_03.md.html ├── lesson_04.md.html ├── lesson_05.md.html ├── lesson_11.md.html ├── lesson_12.md.html ├── lesson_13.md.html ├── lesson_14.docx ├── lesson_14.md.html ├── lesson_15.md.html ├── lesson_21.html ├── lesson_21.md.html ├── lesson_22.md.html ├── lesson_23.md.html ├── lesson_24.md.html ├── lesson_25.md.html ├── lesson_26.md.html ├── lesson_31.md.html ├── lesson_32.md.html ├── lesson_33.md.html ├── lesson_34.md.html ├── lesson_35.md.html ├── lesson_41.md.html ├── lesson_42.md.html ├── lesson_43.md.html ├── lesson_44.md.html ├── lesson_45.md.html ├── lesson_46.md.html ├── lesson_51.md.html ├── lesson_52.md.html ├── lesson_53.md.html ├── lesson_54.md.html ├── lesson_61.md.html ├── lesson_62.md.html ├── lesson_63.md.html ├── lesson_64.md.html ├── lesson_65.md.html ├── lesson_66.md.html ├── listDoNow.png ├── markdeep-footer-tocstyle-none.txt ├── markdeep-footer.txt ├── markdeep-header.txt ├── markdeep-tocstyle-none.min.js ├── master_vocab.md.html ├── md-to-markdeep.cmd ├── menucostumes.png ├── min_42.png ├── mousex.png ├── mousey.png ├── move.png ├── move3.PNG ├── moveDragged.png ├── next_costume.png ├── offset bricks yellow.png ├── offset bricks.png ├── pendown.png ├── penup.png ├── pickrandom.png ├── playNote.png ├── playnotes.png ├── pointindirection.png ├── pointtowards.png ├── project_1.md.html ├── project_2.md.html ├── project_2_alternative.md.html ├── project_3.md.html ├── project_3_platform_game_easy.md.html ├── project_4.md.html ├── project_5.md.html ├── project_6.md.html ├── quiz_1.md.html ├── quiz_2.md.html ├── quiz_3.md.html ├── quiz_4.md.html ├── quiz_5.md.html ├── random.png ├── reference.docx ├── repeat until.png ├── repeat.png ├── restforbeats.png ├── rotateButton.PNG ├── save as.png ├── say.png ├── scriptwithhighlightedborder.png ├── scriptwithmoveandsayblocks.png ├── setVar1ToVar2.png ├── set_pen_color_to.png ├── set_pen_size_to.png ├── seteffect.png ├── setpencolor.png ├── setsize.png ├── show.png ├── signin page.png ├── simpleListTraversal.png ├── simpleProgram.png ├── slidedecks.zip ├── slidedecks │ ├── TEALS SNAP 0.1.pptx │ ├── TEALS SNAP 0.2.pptx │ ├── TEALS SNAP 0.3.pptx │ ├── TEALS SNAP 0.4.pptx │ ├── TEALS SNAP 0.5.pptx │ ├── TEALS SNAP 1.1.pptx │ ├── TEALS SNAP 1.2.pptx │ ├── TEALS SNAP 1.3.pptx │ ├── TEALS SNAP 1.4.pptx │ ├── TEALS SNAP 1.5.pptx │ ├── TEALS SNAP 2.1.pptx │ ├── TEALS SNAP 2.2.pptx │ ├── TEALS SNAP 2.3.pptx │ ├── TEALS SNAP 2.4.pptx │ ├── TEALS SNAP 2.5.pptx │ ├── TEALS SNAP 3.1.pptx │ ├── TEALS SNAP 3.2.pptx │ ├── TEALS SNAP 3.3.pptx │ ├── TEALS SNAP 3.4.pptx │ ├── TEALS SNAP 4.1.pptx │ ├── TEALS SNAP 4.2.pptx │ ├── TEALS SNAP 4.3.pptx │ ├── TEALS SNAP 4.4.pptx │ ├── TEALS SNAP 4.5.pptx │ ├── TEALS SNAP 5.1.pptx │ ├── TEALS SNAP 5.2.pptx │ ├── TEALS SNAP 5.3.pptx │ └── spaceman.pptx ├── snap window.png ├── snapOverview.png ├── snap_ui_visual_steps.png ├── snapdownload.PNG ├── squarediagram.png ├── startercode.md.html ├── stop.png ├── stopAllSounds.png ├── stopall.png ├── stopbutton.png ├── student_notes_01.md.html ├── student_notes_02.md.html ├── student_notes_03.md.html ├── student_notes_04.md.html ├── student_notes_11.md.html ├── student_notes_12.md.html ├── student_notes_13.md.html ├── student_notes_14.md.html ├── student_notes_15.md.html ├── student_notes_21.md.html ├── student_notes_22.md.html ├── student_notes_23.md.html ├── student_notes_24.md.html ├── student_notes_25.md.html ├── student_notes_31.md.html ├── student_notes_32.md.html ├── student_notes_33.md.html ├── student_notes_34.md.html ├── student_notes_35.md.html ├── student_notes_41.md.html ├── student_notes_42.md.html ├── student_notes_43.md.html ├── student_notes_44.md.html ├── student_notes_45.md.html ├── student_notes_46.md.html ├── student_notes_51.md.html ├── student_notes_52.md.html ├── student_notes_53.md.html ├── student_notes_54.md.html ├── student_notes_61.md.html ├── student_notes_62.md.html ├── student_notes_63.md.html ├── student_notes_64.md.html ├── student_notes_65.md.html ├── student_notes_66.md.html ├── styles │ ├── curriculum.css │ └── pdf.css ├── subtraction.png ├── switch_costume.png ├── think.png ├── tools │ ├── create-book-Pandoc.cmd │ ├── create-book.cmd │ └── eol.exe ├── touching.png ├── turn15degrees.png ├── two bricks yellow.png ├── two bricks.png ├── twoblocksabouttosnaptogether.png ├── twosquares.png ├── twosquaresnested.png ├── unit_0.md.html ├── unit_0_tips.md.html ├── unit_1.md.html ├── unit_1_tips.md.html ├── unit_2.md.html ├── unit_2_tips.md.html ├── unit_3.md.html ├── unit_3_tips.md.html ├── unit_4.md.html ├── unit_4_tips.md.html ├── unit_5.md.html ├── unit_5_tips.md.html ├── unit_6.md.html ├── unit_6_tips.md.html ├── useIndexInLoop.png ├── whenIReceive.png ├── whenIStartAsAClone.png ├── whenIam.PNG ├── whenclicked.PNG ├── wordlist.txt ├── xposition.png ├── xpositioncheckbox.png ├── xpositionreporting.png ├── xpositionwatcher.png ├── xygrid.png └── yposition.png ├── eol.exe ├── helping_trios.md ├── helping_trios_handout.md ├── images ├── AND-conditionals.png ├── ANDwithvariables.png ├── ComplexBooleans.png ├── add_a_new_sprite.png ├── addition.png ├── alonzo.svg ├── and.png ├── answer.png ├── ask.png ├── basic_sequential_search.jpg ├── bat1 a.svg ├── bat1 b.svg ├── brick_road.png ├── brick_wall.png ├── broadcast.png ├── broadcast_and_wait.png ├── change_pen_size.png ├── change_pen_size_by.png ├── change_size_by.png ├── change_y.png ├── clear.png ├── clone_troopers_formation.png ├── clone_troopers_formation_end.png ├── cloud_button.png ├── cloud_signup.png ├── coordinate_plane.png ├── coordinates.gif ├── coordinates.png ├── create_a_clone_of.png ├── delete_this_clone.png ├── distance_to.png ├── do_now_11_starter.png ├── do_now_13_triangle.png ├── do_now_22.png ├── do_now_31_guided_tour.png ├── dog2a.svg ├── dog2b.svg ├── dog_costumes.png ├── dots.png ├── dragon1a.svg ├── dragon1b.svg ├── draw_squares.png ├── equalto.png ├── equilateral_triangle.png ├── forever.png ├── forever_draw_something.png ├── forever_go_to_mouse.png ├── forever_if.png ├── forever_move.png ├── forever_say.png ├── forever_say_animals.png ├── glide.png ├── go_to_mouse_x_30.png ├── go_to_x_y.png ├── greaterthan.png ├── hide.png ├── if.png ├── if_edge_bounce.png ├── if_else.png ├── import_costumes.png ├── importing_list_instructions.png ├── item.png ├── kaleidoscope.gif ├── key_press_jump.png ├── less_than.png ├── lessthan.png ├── list_do_now.png ├── menu_costumes.png ├── min_42.png ├── mouse_x.png ├── mouse_y.png ├── move.png ├── move_3.png ├── move_dragged.png ├── next_costume.png ├── offset_bricks.png ├── offset_bricks_yellow.png ├── pen_down.png ├── pen_up.png ├── pick_random.png ├── play_note.png ├── play_notes.png ├── point_in_direction.png ├── point_towards.png ├── post_variable_create.png ├── quadrilateral_sets.png ├── random.png ├── repeat.png ├── repeat_until.png ├── rest_for_beats.png ├── rotate_button.png ├── save_as.png ├── say.png ├── script_with_highlighted_border.png ├── script_with_move_and_say_blocks.png ├── set_effect.png ├── set_pen_color.png ├── set_pen_color_to.png ├── set_pen_size_to.png ├── set_size.png ├── set_var1_to_var2.png ├── show.png ├── sign_up_page.png ├── simple_list_traversal.png ├── simple_program.png ├── snap_cloud.png ├── snap_coordinate_example.png ├── snap_download.png ├── snap_overview.png ├── snap_ui_visual_steps.png ├── snap_window.png ├── square_diagram.png ├── stage_example.jpg ├── stop.png ├── stop_all.png ├── stop_all_sounds.png ├── stop_button.png ├── subtraction.png ├── switch_costume.png ├── think.png ├── touching.png ├── turn_15_degrees.png ├── two_blocks_about_to_snap_together.png ├── two_bricks.png ├── two_bricks_yellow.png ├── two_squares.png ├── two_squares_nested.png ├── use_index_in_loop.png ├── variable_create_image.png ├── variable_image.png ├── variable_in_use.png ├── when_clicked.png ├── when_i_am.png ├── when_i_receive.png ├── when_i_start_as_a_clone.png ├── x_position.png ├── x_position_checkbox.png ├── x_position_reporting.png ├── x_position_watcher.png ├── x_y_grid.png ├── y_position.png └── zoom_blocks.png ├── intro-book-complete.docx ├── intro-book-complete.pdf ├── lab_04.md ├── lab_05.md ├── lab_11.md ├── lab_12.md ├── lab_13.md ├── lab_13_cheat_sheet.pdf ├── lab_14.md ├── lab_21.md ├── lab_22.md ├── lab_23.md ├── lab_24.md ├── lab_25.md ├── lab_31.md ├── lab_32.md ├── lab_33.md ├── lab_34.md ├── lab_42.md ├── lab_43.md ├── lab_44.md ├── lab_45.md ├── lab_51.md ├── lab_52.md ├── lab_53.md ├── lab_day_lesson.md ├── lesson_01.md ├── lesson_02.md ├── lesson_03.md ├── lesson_04.md ├── lesson_05.md ├── lesson_11.md ├── lesson_12.md ├── lesson_13.md ├── lesson_14.md ├── lesson_15.md ├── lesson_21.md ├── lesson_22.md ├── lesson_23.md ├── lesson_24.md ├── lesson_25.md ├── lesson_26.md ├── lesson_31.md ├── lesson_32.md ├── lesson_33.md ├── lesson_34.md ├── lesson_35.md ├── lesson_41.md ├── lesson_42.md ├── lesson_43.md ├── lesson_44.md ├── lesson_45.md ├── lesson_46.md ├── lesson_51.md ├── lesson_52.md ├── lesson_53.md ├── lesson_54.md ├── lesson_61.md ├── lesson_62.md ├── lesson_63.md ├── lesson_64.md ├── lesson_65.md ├── lesson_66.md ├── markdeep-footer-tocstyle-none.txt ├── markdeep-footer.txt ├── markdeep-header.txt ├── markdeep-tocstyle-none.min.js ├── master_vocab.md ├── md-to-markdeep.cmd ├── project_1.md ├── project_2.md ├── project_2_alternative.md ├── project_3.md ├── project_3_platform_game_easy.md ├── project_4.md ├── project_5.md ├── project_6.md ├── quiz_1.md ├── quiz_2.md ├── quiz_3.md ├── quiz_4.md ├── quiz_5.md ├── reference.docx ├── slidedecks.zip ├── slidedecks ├── TEALS SNAP 0.1.pptx ├── TEALS SNAP 0.2.pptx ├── TEALS SNAP 0.3.pptx ├── TEALS SNAP 0.4.pptx ├── TEALS SNAP 0.5.pptx ├── TEALS SNAP 1.1.pptx ├── TEALS SNAP 1.2.pptx ├── TEALS SNAP 1.3.pptx ├── TEALS SNAP 1.4.pptx ├── TEALS SNAP 1.5.pptx ├── TEALS SNAP 2.1.pptx ├── TEALS SNAP 2.2.pptx ├── TEALS SNAP 2.3.pptx ├── TEALS SNAP 2.4.pptx ├── TEALS SNAP 2.5.pptx ├── TEALS SNAP 3.1.pptx ├── TEALS SNAP 3.2.pptx ├── TEALS SNAP 3.3.pptx ├── TEALS SNAP 3.4.pptx ├── TEALS SNAP 4.1.pptx ├── TEALS SNAP 4.2.pptx ├── TEALS SNAP 4.3.pptx ├── TEALS SNAP 4.4.pptx ├── TEALS SNAP 4.5.pptx ├── TEALS SNAP 5.1.pptx ├── TEALS SNAP 5.2.pptx ├── TEALS SNAP 5.3.pptx └── spaceman.pptx ├── startercode.md ├── student_notes_01.md ├── student_notes_02.md ├── styles ├── curriculum.css └── pdf.css ├── tools ├── create-book-Pandoc.cmd ├── create-book.cmd └── eol.exe ├── unit_0.md ├── unit_0_tips.md ├── unit_2.md ├── unit_3.md ├── unit_4.md ├── unit_5.md ├── unit_6.md └── wordlist.txt /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | /.vscode/ 3 | -------------------------------------------------------------------------------- /CSTA-content-matrix-9-12.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/CSTA-content-matrix-9-12.docx -------------------------------------------------------------------------------- /Excel-Randomizer.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Excel-Randomizer.xlsx -------------------------------------------------------------------------------- /Geometry_Exterior_Angles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Geometry_Exterior_Angles.pdf -------------------------------------------------------------------------------- /Project 1 - Nursery Rhyme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Project 1 - Nursery Rhyme.docx -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 1 Storytelling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 1 Storytelling.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 2 Pong.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 2 Pong.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 3 Platform Game Easy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 3 Platform Game Easy.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 3 Platform Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 3 Platform Game.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 4 Guessmyword.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 4 Guessmyword.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 4 Hangman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 4 Hangman.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 4 Snowman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 4 Snowman.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 5 Space Invaders.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 5 Space Invaders.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project 6 Final Project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project 6 Final Project.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project_ 2_alternative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project_ 2_alternative.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project_2_Pong_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project_2_Pong_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project_4_Guessmyword_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project_4_Guessmyword_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /Projects/Projects PDF/Project_4_Hangman_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects PDF/Project_4_Hangman_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /Projects/Projects Word/Platform_Game_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Platform_Game_Planning_Worksheet.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 1 Storytelling.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 1 Storytelling.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 2 Pong.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 2 Pong.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 3 Platform Game Easy.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 3 Platform Game Easy.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 3 Platform Game.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 3 Platform Game.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 4 Guessmyword.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 4 Guessmyword.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 4 Snowman.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 4 Snowman.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 5 Space Invaders.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 5 Space Invaders.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project 6 Final Project.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project 6 Final Project.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project_ 2_alternative.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project_ 2_alternative.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project_2_Pong_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project_2_Pong_Planning_Worksheet.docx -------------------------------------------------------------------------------- /Projects/Projects Word/Project_4_Guessmyword_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/Project_4_Guessmyword_Planning_Worksheet.docx -------------------------------------------------------------------------------- /Projects/Projects Word/project_5.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Projects/Projects Word/project_5.docx -------------------------------------------------------------------------------- /SNAP Program Design and Planning Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/SNAP Program Design and Planning Worksheet.docx -------------------------------------------------------------------------------- /Snap Tips.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Snap Tips.docx -------------------------------------------------------------------------------- /TEALS Intro CS Curriculum Guide - handout.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/TEALS Intro CS Curriculum Guide - handout.docx -------------------------------------------------------------------------------- /Unit 0/IntrotoCSSyllabusExample.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/IntrotoCSSyllabusExample.docx -------------------------------------------------------------------------------- /Unit 0/Student Experiences Survey.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/Student Experiences Survey.docx -------------------------------------------------------------------------------- /Unit 0/Student Experiences Survey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/Student Experiences Survey.pdf -------------------------------------------------------------------------------- /Unit 0/lab_04.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/lab_04.docx -------------------------------------------------------------------------------- /Unit 0/lab_04.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/lab_04.pdf -------------------------------------------------------------------------------- /Unit 0/lab_05.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/lab_05.docx -------------------------------------------------------------------------------- /Unit 0/lab_05.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 0/lab_05.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Do_Now_11_Coordinate_Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Do_Now_11_Coordinate_Review.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Helping Trios.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Helping Trios.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Lab 1.1 Welcome To SNAP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Lab 1.1 Welcome To SNAP.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Lab 1.2 SNAP Scavenger Hunt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Lab 1.2 SNAP Scavenger Hunt.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Lab 1.3 Squares Triangles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Lab 1.3 Squares Triangles.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/Lab 1.4 Sprites in Action.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/Lab 1.4 Sprites in Action.pdf -------------------------------------------------------------------------------- /Unit 1 PDF/lab_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 PDF/lab_11.pdf -------------------------------------------------------------------------------- /Unit 1 Word/Helping Trios.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 Word/Helping Trios.docx -------------------------------------------------------------------------------- /Unit 1 Word/Lab 1.1 Welcome To SNAP.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 Word/Lab 1.1 Welcome To SNAP.docx -------------------------------------------------------------------------------- /Unit 1 Word/Lab 1.2 SNAP Scavenger Hunt.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 Word/Lab 1.2 SNAP Scavenger Hunt.docx -------------------------------------------------------------------------------- /Unit 1 Word/Lab 1.3 Squares Triangles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 Word/Lab 1.3 Squares Triangles.docx -------------------------------------------------------------------------------- /Unit 1 Word/Lab 1.4 Sprites in Action.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 1 Word/Lab 1.4 Sprites in Action.docx -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.1 Triangles and Squares Redux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.1 Triangles and Squares Redux.pdf -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.2 Another Brick in the Wall.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.2 Another Brick in the Wall.pdf -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.2 Yellow Brick Road.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.2 Yellow Brick Road.pdf -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.3 What Shape Is That.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.3 What Shape Is That.pdf -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.4 Guessing Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.4 Guessing Game.pdf -------------------------------------------------------------------------------- /Unit 2 PDF/Lab 2.5 Triangles of All Kinds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 PDF/Lab 2.5 Triangles of All Kinds.pdf -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.1 Triangles and Squares Redux.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.1 Triangles and Squares Redux.docx -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.2 Another Brick in the Wall.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.2 Another Brick in the Wall.docx -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.2 Yellow Brick Road.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.2 Yellow Brick Road.docx -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.3 What Shape Is That.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.3 What Shape Is That.docx -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.4 Guessing Game.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.4 Guessing Game.docx -------------------------------------------------------------------------------- /Unit 2 Word/Lab 2.5 Triangles of All Kinds.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 2 Word/Lab 2.5 Triangles of All Kinds.docx -------------------------------------------------------------------------------- /Unit 3 PDF/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/.DS_Store -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.1 Drawing Shapes Again.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.1 Drawing Shapes Again.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.1 Guessing Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.1 Guessing Game.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.2 Drawing Shapes Again.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.2 Drawing Shapes Again.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.2 What Goes Up.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.2 What Goes Up.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.3 Let Me Check My Calendar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.3 Let Me Check My Calendar.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.4 If My Calculations Are Correct.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.4 If My Calculations Are Correct.pdf -------------------------------------------------------------------------------- /Unit 3 PDF/Lab 3.4 The Technicolor Window.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 PDF/Lab 3.4 The Technicolor Window.pdf -------------------------------------------------------------------------------- /Unit 3 Word/Lab 3.1 Drawing Shapes Again.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 Word/Lab 3.1 Drawing Shapes Again.docx -------------------------------------------------------------------------------- /Unit 3 Word/Lab 3.2 What Goes Up.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 Word/Lab 3.2 What Goes Up.docx -------------------------------------------------------------------------------- /Unit 3 Word/Lab 3.3 Let Me Check My Calendar.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 Word/Lab 3.3 Let Me Check My Calendar.docx -------------------------------------------------------------------------------- /Unit 3 Word/Lab 3.4 If My Calculations Are Correct.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 Word/Lab 3.4 If My Calculations Are Correct.docx -------------------------------------------------------------------------------- /Unit 3 Word/Lab 3.4 The Technicolor Window.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 3 Word/Lab 3.4 The Technicolor Window.docx -------------------------------------------------------------------------------- /Unit 4 PDF/Lab 4.2 You Talkin To Me.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 PDF/Lab 4.2 You Talkin To Me.pdf -------------------------------------------------------------------------------- /Unit 4 PDF/Lab 4.3 Guess Who.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 PDF/Lab 4.3 Guess Who.pdf -------------------------------------------------------------------------------- /Unit 4 PDF/Lab 4.4 Number Cruncher.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 PDF/Lab 4.4 Number Cruncher.pdf -------------------------------------------------------------------------------- /Unit 4 PDF/Lab 4.5 Its Around Here Somewhere.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 PDF/Lab 4.5 Its Around Here Somewhere.pdf -------------------------------------------------------------------------------- /Unit 4 PDF/SNAP Lists Components.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 PDF/SNAP Lists Components.pdf -------------------------------------------------------------------------------- /Unit 4 Word/Lab 4.2 You Talkin To Me.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 Word/Lab 4.2 You Talkin To Me.docx -------------------------------------------------------------------------------- /Unit 4 Word/Lab 4.3 Guess Who.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 Word/Lab 4.3 Guess Who.docx -------------------------------------------------------------------------------- /Unit 4 Word/Lab 4.4 Number Cruncher.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 Word/Lab 4.4 Number Cruncher.docx -------------------------------------------------------------------------------- /Unit 4 Word/Lab 4.5 Its Around Here Somewhere.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 Word/Lab 4.5 Its Around Here Somewhere.docx -------------------------------------------------------------------------------- /Unit 4 Word/SNAP Lists Components.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 4 Word/SNAP Lists Components.docx -------------------------------------------------------------------------------- /Unit 5 PDF/Lab 5.1 Connect the Dots.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 PDF/Lab 5.1 Connect the Dots.pdf -------------------------------------------------------------------------------- /Unit 5 PDF/Lab 5.2 Lots of Balls.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 PDF/Lab 5.2 Lots of Balls.pdf -------------------------------------------------------------------------------- /Unit 5 PDF/Lab 5.3 Fewer Balls.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 PDF/Lab 5.3 Fewer Balls.pdf -------------------------------------------------------------------------------- /Unit 5 Word/Lab 5.1 Connect the Dots.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 Word/Lab 5.1 Connect the Dots.docx -------------------------------------------------------------------------------- /Unit 5 Word/Lab 5.2 Lots of Balls.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 Word/Lab 5.2 Lots of Balls.docx -------------------------------------------------------------------------------- /Unit 5 Word/Lab 5.3 Fewer Balls.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 5 Word/Lab 5.3 Fewer Balls.docx -------------------------------------------------------------------------------- /Unit 6 PDF/Final Project Development Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 PDF/Final Project Development Plan.docx -------------------------------------------------------------------------------- /Unit 6 PDF/Final Project Plan Organizer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 PDF/Final Project Plan Organizer.pdf -------------------------------------------------------------------------------- /Unit 6 PDF/Project Feedback Form.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 PDF/Project Feedback Form.pdf -------------------------------------------------------------------------------- /Unit 6 PDF/TEALS Final Project Design Steps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 PDF/TEALS Final Project Design Steps.pdf -------------------------------------------------------------------------------- /Unit 6 Word/Final Project Development Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 Word/Final Project Development Plan.docx -------------------------------------------------------------------------------- /Unit 6 Word/Final Project Plan Organizer.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 Word/Final Project Plan Organizer.docx -------------------------------------------------------------------------------- /Unit 6 Word/Project Feedback Form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 Word/Project Feedback Form.docx -------------------------------------------------------------------------------- /Unit 6 Word/TEALS Final Project Design Steps.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/Unit 6 Word/TEALS Final Project Design Steps.docx -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": [ 3 | "mathjax" 4 | ], 5 | "pluginsConfig": {} 6 | } -------------------------------------------------------------------------------- /chapter1.md: -------------------------------------------------------------------------------- 1 | # First Chapter 2 | 3 | GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one. 4 | -------------------------------------------------------------------------------- /do_now_15.md: -------------------------------------------------------------------------------- 1 | # Knock knock joke 2 | 3 | 1. Write a program where one sprite is telling another a "knock, knock" joke. Internet search for one if you need ideas. 4 | 5 | Use these blocks: 6 | 7 | ![Broadcast](images/broadcast.png) 8 | 9 | ![when I receive](images/when_i_receive.png) 10 | 11 | 2. Save your project as _DoNow1.2_. 12 | -------------------------------------------------------------------------------- /do_now_31.md: -------------------------------------------------------------------------------- 1 | # Guided Tour 2 | 3 | ## In your notebook 4 | 5 | Plan a route, starting at the hotel, so that tourists can visit every tourist attraction just once and be back to the hotel. 6 | 7 | ![Guided Tour Map](images/do_now_31_guided_tour.png) 8 | 9 | Credit: Queen Mary University of London 10 | -------------------------------------------------------------------------------- /do_now_42.md: -------------------------------------------------------------------------------- 1 | # Letters of a word 2 | 3 | 1. Open this [starter project](http://snap.berkeley.edu/snapsource/snap.html#present:Username=whuangpha&ProjectName=Starter%20project%20for%20text%20operators%20practice) and run the script. 4 | 5 | 2. Once you understand how it works, modify the program so that the sprite says every letter in the word. 6 | 7 | 3. Save your project as _DoNow4.2_. 8 | -------------------------------------------------------------------------------- /do_now_43.md: -------------------------------------------------------------------------------- 1 | # Quote of the day 2 | 3 | 1. Create a list with 10 inspirational quotes. You may use the internet for ideas. 4 | 5 | 2. Use the item block below to pick a random quote of the day. 6 | 7 | ![item](images/item.png) 8 | 9 | 3. Save your project as _DoNow4.3_. 10 | -------------------------------------------------------------------------------- /do_now_44.md: -------------------------------------------------------------------------------- 1 | # Traversing lists 2 | 3 | ## In your notebook 4 | 5 | 1. Describe what it means to _traverse a list_. 6 | 7 | 2. List 2 different blocks you can use to traverse list and how you would use them. 8 | -------------------------------------------------------------------------------- /do_now_46.md: -------------------------------------------------------------------------------- 1 | # Spaceman 2 | 3 | Participate in a couple of rounds of the game Spaceman with your teacher. 4 | 5 | ## In your notebook, answer the following questions 6 | 7 | 1. How could you use lists from this unit to help implement a version of this game? 8 | 9 | 2. What other creative ideas can you come up with to visualize the number of chances a player has to guess the letters? (come up with at least 2) 10 | -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | /.vscode/ 3 | -------------------------------------------------------------------------------- /docs/83.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/83.PNG -------------------------------------------------------------------------------- /docs/84.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/84.PNG -------------------------------------------------------------------------------- /docs/90degreesquare.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/90degreesquare.PNG -------------------------------------------------------------------------------- /docs/CSTA-content-matrix-9-12.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/CSTA-content-matrix-9-12.docx -------------------------------------------------------------------------------- /docs/Coordinateplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Coordinateplane.png -------------------------------------------------------------------------------- /docs/Coordinates.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Coordinates.gif -------------------------------------------------------------------------------- /docs/Coordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Coordinates.png -------------------------------------------------------------------------------- /docs/Do_Now_11_Starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Do_Now_11_Starter.png -------------------------------------------------------------------------------- /docs/Excel-Randomizer.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Excel-Randomizer.xlsx -------------------------------------------------------------------------------- /docs/Final Project Development Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Final Project Development Plan.docx -------------------------------------------------------------------------------- /docs/Final Project Plan Organizer.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Final Project Plan Organizer.docx -------------------------------------------------------------------------------- /docs/Geometry_Exterior_Angles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Geometry_Exterior_Angles.pdf -------------------------------------------------------------------------------- /docs/PostVariableCreate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/PostVariableCreate.PNG -------------------------------------------------------------------------------- /docs/Project 1 - Nursery Rhyme.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Project 1 - Nursery Rhyme.docx -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 1 Storytelling.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 1 Storytelling.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 2 Pong.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 2 Pong.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 3 Platform Game Easy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 3 Platform Game Easy.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 3 Platform Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 3 Platform Game.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 4 Guessmyword.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 4 Guessmyword.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 4 Hangman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 4 Hangman.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 4 Snowman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 4 Snowman.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 5 Space Invaders.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 5 Space Invaders.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project 6 Final Project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project 6 Final Project.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project_ 2_alternative.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project_ 2_alternative.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project_2_Pong_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project_2_Pong_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project_4_Guessmyword_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project_4_Guessmyword_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects PDF/Project_4_Hangman_Planning_Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects PDF/Project_4_Hangman_Planning_Worksheet.pdf -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Platform_Game_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Platform_Game_Planning_Worksheet.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 1 Storytelling.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 1 Storytelling.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 2 Pong.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 2 Pong.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 3 Platform Game Easy.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 3 Platform Game Easy.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 3 Platform Game.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 3 Platform Game.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 4 Guessmyword.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 4 Guessmyword.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 4 Hangman.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 4 Hangman.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 4 Snowman.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 4 Snowman.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 5 Space Invaders.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 5 Space Invaders.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project 6 Final Project.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project 6 Final Project.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project_ 2_alternative.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project_ 2_alternative.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project_2_Pong_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project_2_Pong_Planning_Worksheet.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project_4_Guessmyword_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project_4_Guessmyword_Planning_Worksheet.docx -------------------------------------------------------------------------------- /docs/Projects/Projects Word/Project_4_Hangman_Planning_Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Projects/Projects Word/Project_4_Hangman_Planning_Worksheet.docx -------------------------------------------------------------------------------- /docs/QuadrilateralSets.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/QuadrilateralSets.PNG -------------------------------------------------------------------------------- /docs/SNAP Program Design and Planning Worksheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/SNAP Program Design and Planning Worksheet.docx -------------------------------------------------------------------------------- /docs/Snap Tips.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Snap Tips.docx -------------------------------------------------------------------------------- /docs/SnapCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/SnapCloud.png -------------------------------------------------------------------------------- /docs/SnapCoordinateExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/SnapCoordinateExample.png -------------------------------------------------------------------------------- /docs/SnapSignUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/SnapSignUp.png -------------------------------------------------------------------------------- /docs/TEALS Intro CS Curriculum Guide - handout.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/TEALS Intro CS Curriculum Guide - handout.docx -------------------------------------------------------------------------------- /docs/Unit 0/IntrotoCSSyllabusExample.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/IntrotoCSSyllabusExample.docx -------------------------------------------------------------------------------- /docs/Unit 0/Lab 0.4.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/Lab 0.4.docx -------------------------------------------------------------------------------- /docs/Unit 0/Lab 0.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/Lab 0.4.pdf -------------------------------------------------------------------------------- /docs/Unit 0/Student Experiences Survey.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/Student Experiences Survey.docx -------------------------------------------------------------------------------- /docs/Unit 0/Student Experiences Survey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/Student Experiences Survey.pdf -------------------------------------------------------------------------------- /docs/Unit 0/lab_04.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/lab_04.docx -------------------------------------------------------------------------------- /docs/Unit 0/lab_04.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/lab_04.pdf -------------------------------------------------------------------------------- /docs/Unit 0/lab_05.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/lab_05.docx -------------------------------------------------------------------------------- /docs/Unit 0/lab_05.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 0/lab_05.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Do_Now_11_Coordinate_Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Do_Now_11_Coordinate_Review.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Helping Trios.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Helping Trios.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Lab 1.1 Welcome To SNAP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Lab 1.1 Welcome To SNAP.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Lab 1.2 SNAP Scavenger Hunt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Lab 1.2 SNAP Scavenger Hunt.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Lab 1.3 Squares Triangles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Lab 1.3 Squares Triangles.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/Lab 1.4 Sprites in Action.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/Lab 1.4 Sprites in Action.pdf -------------------------------------------------------------------------------- /docs/Unit 1 PDF/lab_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 PDF/lab_11.pdf -------------------------------------------------------------------------------- /docs/Unit 1 Word/Helping Trios.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 Word/Helping Trios.docx -------------------------------------------------------------------------------- /docs/Unit 1 Word/Lab 1.1 Welcome To SNAP.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 Word/Lab 1.1 Welcome To SNAP.docx -------------------------------------------------------------------------------- /docs/Unit 1 Word/Lab 1.2 SNAP Scavenger Hunt.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 Word/Lab 1.2 SNAP Scavenger Hunt.docx -------------------------------------------------------------------------------- /docs/Unit 1 Word/Lab 1.3 Squares Triangles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 Word/Lab 1.3 Squares Triangles.docx -------------------------------------------------------------------------------- /docs/Unit 1 Word/Lab 1.4 Sprites in Action.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 1 Word/Lab 1.4 Sprites in Action.docx -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.1 Triangles and Squares Redux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.1 Triangles and Squares Redux.pdf -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.2 Another Brick in the Wall.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.2 Another Brick in the Wall.pdf -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.2 Yellow Brick Road.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.2 Yellow Brick Road.pdf -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.3 What Shape Is That.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.3 What Shape Is That.pdf -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.4 Guessing Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.4 Guessing Game.pdf -------------------------------------------------------------------------------- /docs/Unit 2 PDF/Lab 2.5 Triangles of All Kinds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 PDF/Lab 2.5 Triangles of All Kinds.pdf -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.1 Triangles and Squares Redux.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.1 Triangles and Squares Redux.docx -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.2 Another Brick in the Wall.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.2 Another Brick in the Wall.docx -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.2 Yellow Brick Road.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.2 Yellow Brick Road.docx -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.3 What Shape Is That.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.3 What Shape Is That.docx -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.4 Guessing Game.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.4 Guessing Game.docx -------------------------------------------------------------------------------- /docs/Unit 2 Word/Lab 2.5 Triangles of All Kinds.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 2 Word/Lab 2.5 Triangles of All Kinds.docx -------------------------------------------------------------------------------- /docs/Unit 3 PDF/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/.DS_Store -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.1 Drawing Shapes Again.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.1 Drawing Shapes Again.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.1 Guessing Game.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.1 Guessing Game.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.2 Drawing Shapes Again.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.2 Drawing Shapes Again.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.2 What Goes Up.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.2 What Goes Up.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.3 Let Me Check My Calendar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.3 Let Me Check My Calendar.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.4 If My Calculations Are Correct.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.4 If My Calculations Are Correct.pdf -------------------------------------------------------------------------------- /docs/Unit 3 PDF/Lab 3.4 The Technicolor Window.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 PDF/Lab 3.4 The Technicolor Window.pdf -------------------------------------------------------------------------------- /docs/Unit 3 Word/Lab 3.1 Drawing Shapes Again.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 Word/Lab 3.1 Drawing Shapes Again.docx -------------------------------------------------------------------------------- /docs/Unit 3 Word/Lab 3.2 What Goes Up.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 Word/Lab 3.2 What Goes Up.docx -------------------------------------------------------------------------------- /docs/Unit 3 Word/Lab 3.3 Let Me Check My Calendar.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 Word/Lab 3.3 Let Me Check My Calendar.docx -------------------------------------------------------------------------------- /docs/Unit 3 Word/Lab 3.4 If My Calculations Are Correct.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 Word/Lab 3.4 If My Calculations Are Correct.docx -------------------------------------------------------------------------------- /docs/Unit 3 Word/Lab 3.4 The Technicolor Window.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 3 Word/Lab 3.4 The Technicolor Window.docx -------------------------------------------------------------------------------- /docs/Unit 4 PDF/Lab 4.2 You Talkin To Me.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/Lab 4.2 You Talkin To Me.pdf -------------------------------------------------------------------------------- /docs/Unit 4 PDF/Lab 4.3 Guess Who.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/Lab 4.3 Guess Who.pdf -------------------------------------------------------------------------------- /docs/Unit 4 PDF/Lab 4.4 Number Cruncher.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/Lab 4.4 Number Cruncher.pdf -------------------------------------------------------------------------------- /docs/Unit 4 PDF/Lab 4.5 Its Around Here Somewhere.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/Lab 4.5 Its Around Here Somewhere.pdf -------------------------------------------------------------------------------- /docs/Unit 4 PDF/Project 4 Guessmyword.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/Project 4 Guessmyword.pdf -------------------------------------------------------------------------------- /docs/Unit 4 PDF/SNAP Lists Components.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 PDF/SNAP Lists Components.pdf -------------------------------------------------------------------------------- /docs/Unit 4 Word/Lab 4.2 You Talkin To Me.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/Lab 4.2 You Talkin To Me.docx -------------------------------------------------------------------------------- /docs/Unit 4 Word/Lab 4.3 Guess Who.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/Lab 4.3 Guess Who.docx -------------------------------------------------------------------------------- /docs/Unit 4 Word/Lab 4.4 Number Cruncher.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/Lab 4.4 Number Cruncher.docx -------------------------------------------------------------------------------- /docs/Unit 4 Word/Lab 4.5 Its Around Here Somewhere.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/Lab 4.5 Its Around Here Somewhere.docx -------------------------------------------------------------------------------- /docs/Unit 4 Word/Project 4 Guessmyword.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/Project 4 Guessmyword.docx -------------------------------------------------------------------------------- /docs/Unit 4 Word/SNAP Lists Components.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 4 Word/SNAP Lists Components.docx -------------------------------------------------------------------------------- /docs/Unit 5 PDF/Lab 5.1 Connect the Dots.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 PDF/Lab 5.1 Connect the Dots.pdf -------------------------------------------------------------------------------- /docs/Unit 5 PDF/Lab 5.2 Lots of Balls.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 PDF/Lab 5.2 Lots of Balls.pdf -------------------------------------------------------------------------------- /docs/Unit 5 PDF/Lab 5.3 Fewer Balls.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 PDF/Lab 5.3 Fewer Balls.pdf -------------------------------------------------------------------------------- /docs/Unit 5 Word/Lab 5.1 Connect the Dots.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 Word/Lab 5.1 Connect the Dots.docx -------------------------------------------------------------------------------- /docs/Unit 5 Word/Lab 5.2 Lots of Balls.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 Word/Lab 5.2 Lots of Balls.docx -------------------------------------------------------------------------------- /docs/Unit 5 Word/Lab 5.3 Fewer Balls.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 5 Word/Lab 5.3 Fewer Balls.docx -------------------------------------------------------------------------------- /docs/Unit 6 PDF/Final Project Development Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 PDF/Final Project Development Plan.docx -------------------------------------------------------------------------------- /docs/Unit 6 PDF/Final Project Plan Organizer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 PDF/Final Project Plan Organizer.pdf -------------------------------------------------------------------------------- /docs/Unit 6 PDF/Project Feedback Form.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 PDF/Project Feedback Form.pdf -------------------------------------------------------------------------------- /docs/Unit 6 PDF/TEALS Final Project Design Steps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 PDF/TEALS Final Project Design Steps.pdf -------------------------------------------------------------------------------- /docs/Unit 6 Word/Final Project Development Plan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 Word/Final Project Development Plan.docx -------------------------------------------------------------------------------- /docs/Unit 6 Word/Final Project Plan Organizer.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 Word/Final Project Plan Organizer.docx -------------------------------------------------------------------------------- /docs/Unit 6 Word/Project Feedback Form.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 Word/Project Feedback Form.docx -------------------------------------------------------------------------------- /docs/Unit 6 Word/TEALS Final Project Design Steps.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/Unit 6 Word/TEALS Final Project Design Steps.docx -------------------------------------------------------------------------------- /docs/VariableCreateImage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/VariableCreateImage.PNG -------------------------------------------------------------------------------- /docs/VariableImage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/VariableImage.PNG -------------------------------------------------------------------------------- /docs/VariableInUse.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/VariableInUse.PNG -------------------------------------------------------------------------------- /docs/ZoomBlocks.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/ZoomBlocks.PNG -------------------------------------------------------------------------------- /docs/add_a_new_sprite.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/add_a_new_sprite.PNG -------------------------------------------------------------------------------- /docs/addition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/addition.png -------------------------------------------------------------------------------- /docs/and.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/and.png -------------------------------------------------------------------------------- /docs/answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/answer.png -------------------------------------------------------------------------------- /docs/ask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/ask.png -------------------------------------------------------------------------------- /docs/basicSequentialSearch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/basicSequentialSearch.jpg -------------------------------------------------------------------------------- /docs/book.json: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": [ 3 | "mathjax" 4 | ], 5 | "pluginsConfig": {} 6 | } -------------------------------------------------------------------------------- /docs/brick road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/brick road.png -------------------------------------------------------------------------------- /docs/brick wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/brick wall.png -------------------------------------------------------------------------------- /docs/broadcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/broadcast.png -------------------------------------------------------------------------------- /docs/broadcast_and_wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/broadcast_and_wait.png -------------------------------------------------------------------------------- /docs/changeSizeBy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/changeSizeBy.PNG -------------------------------------------------------------------------------- /docs/changeY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/changeY.png -------------------------------------------------------------------------------- /docs/change_pen_size_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/change_pen_size_by.png -------------------------------------------------------------------------------- /docs/changepensize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/changepensize.png -------------------------------------------------------------------------------- /docs/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/clear.png -------------------------------------------------------------------------------- /docs/clone_troopers_formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/clone_troopers_formation.png -------------------------------------------------------------------------------- /docs/clone_troopers_formation_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/clone_troopers_formation_end.png -------------------------------------------------------------------------------- /docs/cloudButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/cloudButton.png -------------------------------------------------------------------------------- /docs/cloudSignup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/cloudSignup.png -------------------------------------------------------------------------------- /docs/createACloneOf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/createACloneOf.png -------------------------------------------------------------------------------- /docs/custom-reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/custom-reference.docx -------------------------------------------------------------------------------- /docs/deleteThisClone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/deleteThisClone.png -------------------------------------------------------------------------------- /docs/distanceTo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/distanceTo.png -------------------------------------------------------------------------------- /docs/do_now_13_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/do_now_13_triangle.png -------------------------------------------------------------------------------- /docs/do_now_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/do_now_22.png -------------------------------------------------------------------------------- /docs/do_now_31_GuidedTour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/do_now_31_GuidedTour.png -------------------------------------------------------------------------------- /docs/dog_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/dog_costumes.png -------------------------------------------------------------------------------- /docs/dots.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/dots.PNG -------------------------------------------------------------------------------- /docs/draw squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/draw squares.png -------------------------------------------------------------------------------- /docs/eol.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/eol.exe -------------------------------------------------------------------------------- /docs/equilateral_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/equilateral_triangle.png -------------------------------------------------------------------------------- /docs/forever.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/forever.png -------------------------------------------------------------------------------- /docs/foreverIf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/foreverIf.png -------------------------------------------------------------------------------- /docs/foreverdrawsomething.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/foreverdrawsomething.png -------------------------------------------------------------------------------- /docs/forevergotomouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/forevergotomouse.png -------------------------------------------------------------------------------- /docs/forevermove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/forevermove.png -------------------------------------------------------------------------------- /docs/foreversay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/foreversay.png -------------------------------------------------------------------------------- /docs/foreversayanimals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/foreversayanimals.png -------------------------------------------------------------------------------- /docs/glide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/glide.png -------------------------------------------------------------------------------- /docs/gotomousex30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/gotomousex30.png -------------------------------------------------------------------------------- /docs/gotox-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/gotox-y.png -------------------------------------------------------------------------------- /docs/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/hide.png -------------------------------------------------------------------------------- /docs/if-else.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/if-else.png -------------------------------------------------------------------------------- /docs/if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/if.png -------------------------------------------------------------------------------- /docs/ifedgebounce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/ifedgebounce.png -------------------------------------------------------------------------------- /docs/images/AND-conditionals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/AND-conditionals.png -------------------------------------------------------------------------------- /docs/images/ANDwithvariables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/ANDwithvariables.png -------------------------------------------------------------------------------- /docs/images/ComplexBooleans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/ComplexBooleans.png -------------------------------------------------------------------------------- /docs/images/add_a_new_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/add_a_new_sprite.png -------------------------------------------------------------------------------- /docs/images/addition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/addition.png -------------------------------------------------------------------------------- /docs/images/and.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/and.png -------------------------------------------------------------------------------- /docs/images/answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/answer.png -------------------------------------------------------------------------------- /docs/images/ask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/ask.png -------------------------------------------------------------------------------- /docs/images/basic_sequential_search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/basic_sequential_search.jpg -------------------------------------------------------------------------------- /docs/images/brick_road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/brick_road.png -------------------------------------------------------------------------------- /docs/images/brick_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/brick_wall.png -------------------------------------------------------------------------------- /docs/images/broadcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/broadcast.png -------------------------------------------------------------------------------- /docs/images/broadcast_and_wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/broadcast_and_wait.png -------------------------------------------------------------------------------- /docs/images/change_pen_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/change_pen_size.png -------------------------------------------------------------------------------- /docs/images/change_pen_size_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/change_pen_size_by.png -------------------------------------------------------------------------------- /docs/images/change_size_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/change_size_by.png -------------------------------------------------------------------------------- /docs/images/change_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/change_y.png -------------------------------------------------------------------------------- /docs/images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/clear.png -------------------------------------------------------------------------------- /docs/images/clone_troopers_formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/clone_troopers_formation.png -------------------------------------------------------------------------------- /docs/images/clone_troopers_formation_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/clone_troopers_formation_end.png -------------------------------------------------------------------------------- /docs/images/cloud_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/cloud_button.png -------------------------------------------------------------------------------- /docs/images/cloud_signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/cloud_signup.png -------------------------------------------------------------------------------- /docs/images/coordinate_plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/coordinate_plane.png -------------------------------------------------------------------------------- /docs/images/coordinates.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/coordinates.gif -------------------------------------------------------------------------------- /docs/images/coordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/coordinates.png -------------------------------------------------------------------------------- /docs/images/create_a_clone_of.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/create_a_clone_of.png -------------------------------------------------------------------------------- /docs/images/delete_this_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/delete_this_clone.png -------------------------------------------------------------------------------- /docs/images/distance_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/distance_to.png -------------------------------------------------------------------------------- /docs/images/do_now_11_starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/do_now_11_starter.png -------------------------------------------------------------------------------- /docs/images/do_now_13_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/do_now_13_triangle.png -------------------------------------------------------------------------------- /docs/images/do_now_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/do_now_22.png -------------------------------------------------------------------------------- /docs/images/do_now_31_guided_tour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/do_now_31_guided_tour.png -------------------------------------------------------------------------------- /docs/images/dog_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/dog_costumes.png -------------------------------------------------------------------------------- /docs/images/dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/dots.png -------------------------------------------------------------------------------- /docs/images/draw_squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/draw_squares.png -------------------------------------------------------------------------------- /docs/images/equalto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/equalto.png -------------------------------------------------------------------------------- /docs/images/equilateral_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/equilateral_triangle.png -------------------------------------------------------------------------------- /docs/images/forever.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever.png -------------------------------------------------------------------------------- /docs/images/forever_draw_something.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_draw_something.png -------------------------------------------------------------------------------- /docs/images/forever_go_to_mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_go_to_mouse.png -------------------------------------------------------------------------------- /docs/images/forever_if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_if.png -------------------------------------------------------------------------------- /docs/images/forever_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_move.png -------------------------------------------------------------------------------- /docs/images/forever_say.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_say.png -------------------------------------------------------------------------------- /docs/images/forever_say_animals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/forever_say_animals.png -------------------------------------------------------------------------------- /docs/images/glide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/glide.png -------------------------------------------------------------------------------- /docs/images/go_to_mouse_x_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/go_to_mouse_x_30.png -------------------------------------------------------------------------------- /docs/images/go_to_x_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/go_to_x_y.png -------------------------------------------------------------------------------- /docs/images/greaterthan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/greaterthan.png -------------------------------------------------------------------------------- /docs/images/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/hide.png -------------------------------------------------------------------------------- /docs/images/if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/if.png -------------------------------------------------------------------------------- /docs/images/if_edge_bounce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/if_edge_bounce.png -------------------------------------------------------------------------------- /docs/images/if_else.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/if_else.png -------------------------------------------------------------------------------- /docs/images/import_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/import_costumes.png -------------------------------------------------------------------------------- /docs/images/importing_list_instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/importing_list_instructions.png -------------------------------------------------------------------------------- /docs/images/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/item.png -------------------------------------------------------------------------------- /docs/images/kaleidoscope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/kaleidoscope.gif -------------------------------------------------------------------------------- /docs/images/key_press_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/key_press_jump.png -------------------------------------------------------------------------------- /docs/images/less_than.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/less_than.png -------------------------------------------------------------------------------- /docs/images/lessthan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/lessthan.png -------------------------------------------------------------------------------- /docs/images/list_do_now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/list_do_now.png -------------------------------------------------------------------------------- /docs/images/menu_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/menu_costumes.png -------------------------------------------------------------------------------- /docs/images/min_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/min_42.png -------------------------------------------------------------------------------- /docs/images/mouse_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/mouse_x.png -------------------------------------------------------------------------------- /docs/images/mouse_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/mouse_y.png -------------------------------------------------------------------------------- /docs/images/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/move.png -------------------------------------------------------------------------------- /docs/images/move_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/move_3.png -------------------------------------------------------------------------------- /docs/images/move_dragged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/move_dragged.png -------------------------------------------------------------------------------- /docs/images/next_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/next_costume.png -------------------------------------------------------------------------------- /docs/images/offset_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/offset_bricks.png -------------------------------------------------------------------------------- /docs/images/offset_bricks_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/offset_bricks_yellow.png -------------------------------------------------------------------------------- /docs/images/pen_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/pen_down.png -------------------------------------------------------------------------------- /docs/images/pen_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/pen_up.png -------------------------------------------------------------------------------- /docs/images/pick_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/pick_random.png -------------------------------------------------------------------------------- /docs/images/play_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/play_note.png -------------------------------------------------------------------------------- /docs/images/play_notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/play_notes.png -------------------------------------------------------------------------------- /docs/images/point_in_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/point_in_direction.png -------------------------------------------------------------------------------- /docs/images/point_towards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/point_towards.png -------------------------------------------------------------------------------- /docs/images/post_variable_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/post_variable_create.png -------------------------------------------------------------------------------- /docs/images/quadrilateral_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/quadrilateral_sets.png -------------------------------------------------------------------------------- /docs/images/random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/random.png -------------------------------------------------------------------------------- /docs/images/repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/repeat.png -------------------------------------------------------------------------------- /docs/images/repeat_until.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/repeat_until.png -------------------------------------------------------------------------------- /docs/images/rest_for_beats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/rest_for_beats.png -------------------------------------------------------------------------------- /docs/images/rotate_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/rotate_button.png -------------------------------------------------------------------------------- /docs/images/save_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/save_as.png -------------------------------------------------------------------------------- /docs/images/say.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/say.png -------------------------------------------------------------------------------- /docs/images/script_with_highlighted_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/script_with_highlighted_border.png -------------------------------------------------------------------------------- /docs/images/script_with_move_and_say_blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/script_with_move_and_say_blocks.png -------------------------------------------------------------------------------- /docs/images/set_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_effect.png -------------------------------------------------------------------------------- /docs/images/set_pen_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_pen_color.png -------------------------------------------------------------------------------- /docs/images/set_pen_color_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_pen_color_to.png -------------------------------------------------------------------------------- /docs/images/set_pen_size_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_pen_size_to.png -------------------------------------------------------------------------------- /docs/images/set_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_size.png -------------------------------------------------------------------------------- /docs/images/set_var1_to_var2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/set_var1_to_var2.png -------------------------------------------------------------------------------- /docs/images/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/show.png -------------------------------------------------------------------------------- /docs/images/sign_up_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/sign_up_page.png -------------------------------------------------------------------------------- /docs/images/simple_list_traversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/simple_list_traversal.png -------------------------------------------------------------------------------- /docs/images/simple_program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/simple_program.png -------------------------------------------------------------------------------- /docs/images/snap_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_cloud.png -------------------------------------------------------------------------------- /docs/images/snap_coordinate_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_coordinate_example.png -------------------------------------------------------------------------------- /docs/images/snap_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_download.png -------------------------------------------------------------------------------- /docs/images/snap_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_overview.png -------------------------------------------------------------------------------- /docs/images/snap_ui_visual_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_ui_visual_steps.png -------------------------------------------------------------------------------- /docs/images/snap_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/snap_window.png -------------------------------------------------------------------------------- /docs/images/square_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/square_diagram.png -------------------------------------------------------------------------------- /docs/images/stage_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/stage_example.jpg -------------------------------------------------------------------------------- /docs/images/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/stop.png -------------------------------------------------------------------------------- /docs/images/stop_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/stop_all.png -------------------------------------------------------------------------------- /docs/images/stop_all_sounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/stop_all_sounds.png -------------------------------------------------------------------------------- /docs/images/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/stop_button.png -------------------------------------------------------------------------------- /docs/images/subtraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/subtraction.png -------------------------------------------------------------------------------- /docs/images/switch_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/switch_costume.png -------------------------------------------------------------------------------- /docs/images/think.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/think.png -------------------------------------------------------------------------------- /docs/images/touching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/touching.png -------------------------------------------------------------------------------- /docs/images/turn_15_degrees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/turn_15_degrees.png -------------------------------------------------------------------------------- /docs/images/two_blocks_about_to_snap_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/two_blocks_about_to_snap_together.png -------------------------------------------------------------------------------- /docs/images/two_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/two_bricks.png -------------------------------------------------------------------------------- /docs/images/two_bricks_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/two_bricks_yellow.png -------------------------------------------------------------------------------- /docs/images/two_squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/two_squares.png -------------------------------------------------------------------------------- /docs/images/two_squares_nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/two_squares_nested.png -------------------------------------------------------------------------------- /docs/images/use_index_in_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/use_index_in_loop.png -------------------------------------------------------------------------------- /docs/images/variable_create_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/variable_create_image.png -------------------------------------------------------------------------------- /docs/images/variable_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/variable_image.png -------------------------------------------------------------------------------- /docs/images/variable_in_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/variable_in_use.png -------------------------------------------------------------------------------- /docs/images/when_clicked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/when_clicked.png -------------------------------------------------------------------------------- /docs/images/when_i_am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/when_i_am.png -------------------------------------------------------------------------------- /docs/images/when_i_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/when_i_receive.png -------------------------------------------------------------------------------- /docs/images/when_i_start_as_a_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/when_i_start_as_a_clone.png -------------------------------------------------------------------------------- /docs/images/x_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/x_position.png -------------------------------------------------------------------------------- /docs/images/x_position_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/x_position_checkbox.png -------------------------------------------------------------------------------- /docs/images/x_position_reporting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/x_position_reporting.png -------------------------------------------------------------------------------- /docs/images/x_position_watcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/x_position_watcher.png -------------------------------------------------------------------------------- /docs/images/x_y_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/x_y_grid.png -------------------------------------------------------------------------------- /docs/images/y_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/y_position.png -------------------------------------------------------------------------------- /docs/images/zoom_blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/images/zoom_blocks.png -------------------------------------------------------------------------------- /docs/importcostumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/importcostumes.png -------------------------------------------------------------------------------- /docs/importingListInstructions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/importingListInstructions.PNG -------------------------------------------------------------------------------- /docs/intro-book-complete.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/intro-book-complete.docx -------------------------------------------------------------------------------- /docs/intro-book-complete.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/intro-book-complete.pdf -------------------------------------------------------------------------------- /docs/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/item.png -------------------------------------------------------------------------------- /docs/kaleidoscopegif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/kaleidoscopegif.gif -------------------------------------------------------------------------------- /docs/keypressjump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/keypressjump.png -------------------------------------------------------------------------------- /docs/lab_13_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_13_cheat_sheet.pdf -------------------------------------------------------------------------------- /docs/lab_14.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_14.docx -------------------------------------------------------------------------------- /docs/lab_22.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_22.docx -------------------------------------------------------------------------------- /docs/lab_24.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_24.docx -------------------------------------------------------------------------------- /docs/lab_32.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_32.docx -------------------------------------------------------------------------------- /docs/lab_44.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lab_44.docx -------------------------------------------------------------------------------- /docs/lessThan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lessThan.png -------------------------------------------------------------------------------- /docs/lesson_14.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/lesson_14.docx -------------------------------------------------------------------------------- /docs/listDoNow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/listDoNow.png -------------------------------------------------------------------------------- /docs/markdeep-footer.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /docs/menucostumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/menucostumes.png -------------------------------------------------------------------------------- /docs/min_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/min_42.png -------------------------------------------------------------------------------- /docs/mousex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/mousex.png -------------------------------------------------------------------------------- /docs/mousey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/mousey.png -------------------------------------------------------------------------------- /docs/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/move.png -------------------------------------------------------------------------------- /docs/move3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/move3.PNG -------------------------------------------------------------------------------- /docs/moveDragged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/moveDragged.png -------------------------------------------------------------------------------- /docs/next_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/next_costume.png -------------------------------------------------------------------------------- /docs/offset bricks yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/offset bricks yellow.png -------------------------------------------------------------------------------- /docs/offset bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/offset bricks.png -------------------------------------------------------------------------------- /docs/pendown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/pendown.png -------------------------------------------------------------------------------- /docs/penup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/penup.png -------------------------------------------------------------------------------- /docs/pickrandom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/pickrandom.png -------------------------------------------------------------------------------- /docs/playNote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/playNote.png -------------------------------------------------------------------------------- /docs/playnotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/playnotes.png -------------------------------------------------------------------------------- /docs/pointindirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/pointindirection.png -------------------------------------------------------------------------------- /docs/pointtowards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/pointtowards.png -------------------------------------------------------------------------------- /docs/random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/random.png -------------------------------------------------------------------------------- /docs/reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/reference.docx -------------------------------------------------------------------------------- /docs/repeat until.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/repeat until.png -------------------------------------------------------------------------------- /docs/repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/repeat.png -------------------------------------------------------------------------------- /docs/restforbeats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/restforbeats.png -------------------------------------------------------------------------------- /docs/rotateButton.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/rotateButton.PNG -------------------------------------------------------------------------------- /docs/save as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/save as.png -------------------------------------------------------------------------------- /docs/say.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/say.png -------------------------------------------------------------------------------- /docs/scriptwithhighlightedborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/scriptwithhighlightedborder.png -------------------------------------------------------------------------------- /docs/scriptwithmoveandsayblocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/scriptwithmoveandsayblocks.png -------------------------------------------------------------------------------- /docs/setVar1ToVar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/setVar1ToVar2.png -------------------------------------------------------------------------------- /docs/set_pen_color_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/set_pen_color_to.png -------------------------------------------------------------------------------- /docs/set_pen_size_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/set_pen_size_to.png -------------------------------------------------------------------------------- /docs/seteffect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/seteffect.png -------------------------------------------------------------------------------- /docs/setpencolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/setpencolor.png -------------------------------------------------------------------------------- /docs/setsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/setsize.png -------------------------------------------------------------------------------- /docs/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/show.png -------------------------------------------------------------------------------- /docs/signin page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/signin page.png -------------------------------------------------------------------------------- /docs/simpleListTraversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/simpleListTraversal.png -------------------------------------------------------------------------------- /docs/simpleProgram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/simpleProgram.png -------------------------------------------------------------------------------- /docs/slidedecks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks.zip -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 0.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 0.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 0.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 0.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 0.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 0.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 0.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 0.4.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 0.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 0.5.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 1.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 1.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 1.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 1.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 1.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 1.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 1.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 1.4.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 1.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 1.5.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 2.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 2.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 2.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 2.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 2.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 2.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 2.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 2.4.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 2.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 2.5.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 3.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 3.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 3.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 3.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 3.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 3.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 3.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 3.4.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 4.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 4.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 4.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 4.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 4.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 4.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 4.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 4.4.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 4.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 4.5.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 5.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 5.1.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 5.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 5.2.pptx -------------------------------------------------------------------------------- /docs/slidedecks/TEALS SNAP 5.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/TEALS SNAP 5.3.pptx -------------------------------------------------------------------------------- /docs/slidedecks/spaceman.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/slidedecks/spaceman.pptx -------------------------------------------------------------------------------- /docs/snap window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/snap window.png -------------------------------------------------------------------------------- /docs/snapOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/snapOverview.png -------------------------------------------------------------------------------- /docs/snap_ui_visual_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/snap_ui_visual_steps.png -------------------------------------------------------------------------------- /docs/snapdownload.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/snapdownload.PNG -------------------------------------------------------------------------------- /docs/squarediagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/squarediagram.png -------------------------------------------------------------------------------- /docs/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/stop.png -------------------------------------------------------------------------------- /docs/stopAllSounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/stopAllSounds.png -------------------------------------------------------------------------------- /docs/stopall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/stopall.png -------------------------------------------------------------------------------- /docs/stopbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/stopbutton.png -------------------------------------------------------------------------------- /docs/styles/pdf.css: -------------------------------------------------------------------------------- 1 | /* CSS for pdf */ 2 | -------------------------------------------------------------------------------- /docs/subtraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/subtraction.png -------------------------------------------------------------------------------- /docs/switch_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/switch_costume.png -------------------------------------------------------------------------------- /docs/think.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/think.png -------------------------------------------------------------------------------- /docs/tools/create-book.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal 3 | 4 | set sed="C:\Program Files (x86)\GnuWin32\bin\sed" 5 | set chrome="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" 6 | 7 | for /r . %%f in (*.html) do ( 8 | 9 | %chrome% --headless --print-to-pdf="%%~pf%%~nf.pdf" --no-margins "%%f-md.html" 10 | 11 | ) 12 | 13 | -------------------------------------------------------------------------------- /docs/tools/eol.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/tools/eol.exe -------------------------------------------------------------------------------- /docs/touching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/touching.png -------------------------------------------------------------------------------- /docs/turn15degrees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/turn15degrees.png -------------------------------------------------------------------------------- /docs/two bricks yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/two bricks yellow.png -------------------------------------------------------------------------------- /docs/two bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/two bricks.png -------------------------------------------------------------------------------- /docs/twoblocksabouttosnaptogether.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/twoblocksabouttosnaptogether.png -------------------------------------------------------------------------------- /docs/twosquares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/twosquares.png -------------------------------------------------------------------------------- /docs/twosquaresnested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/twosquaresnested.png -------------------------------------------------------------------------------- /docs/useIndexInLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/useIndexInLoop.png -------------------------------------------------------------------------------- /docs/whenIReceive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/whenIReceive.png -------------------------------------------------------------------------------- /docs/whenIStartAsAClone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/whenIStartAsAClone.png -------------------------------------------------------------------------------- /docs/whenIam.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/whenIam.PNG -------------------------------------------------------------------------------- /docs/whenclicked.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/whenclicked.PNG -------------------------------------------------------------------------------- /docs/xposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/xposition.png -------------------------------------------------------------------------------- /docs/xpositioncheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/xpositioncheckbox.png -------------------------------------------------------------------------------- /docs/xpositionreporting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/xpositionreporting.png -------------------------------------------------------------------------------- /docs/xpositionwatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/xpositionwatcher.png -------------------------------------------------------------------------------- /docs/xygrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/xygrid.png -------------------------------------------------------------------------------- /docs/yposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/docs/yposition.png -------------------------------------------------------------------------------- /eol.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/eol.exe -------------------------------------------------------------------------------- /images/AND-conditionals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/AND-conditionals.png -------------------------------------------------------------------------------- /images/ANDwithvariables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/ANDwithvariables.png -------------------------------------------------------------------------------- /images/ComplexBooleans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/ComplexBooleans.png -------------------------------------------------------------------------------- /images/add_a_new_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/add_a_new_sprite.png -------------------------------------------------------------------------------- /images/addition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/addition.png -------------------------------------------------------------------------------- /images/and.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/and.png -------------------------------------------------------------------------------- /images/answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/answer.png -------------------------------------------------------------------------------- /images/ask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/ask.png -------------------------------------------------------------------------------- /images/basic_sequential_search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/basic_sequential_search.jpg -------------------------------------------------------------------------------- /images/brick_road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/brick_road.png -------------------------------------------------------------------------------- /images/brick_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/brick_wall.png -------------------------------------------------------------------------------- /images/broadcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/broadcast.png -------------------------------------------------------------------------------- /images/broadcast_and_wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/broadcast_and_wait.png -------------------------------------------------------------------------------- /images/change_pen_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/change_pen_size.png -------------------------------------------------------------------------------- /images/change_pen_size_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/change_pen_size_by.png -------------------------------------------------------------------------------- /images/change_size_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/change_size_by.png -------------------------------------------------------------------------------- /images/change_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/change_y.png -------------------------------------------------------------------------------- /images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/clear.png -------------------------------------------------------------------------------- /images/clone_troopers_formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/clone_troopers_formation.png -------------------------------------------------------------------------------- /images/clone_troopers_formation_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/clone_troopers_formation_end.png -------------------------------------------------------------------------------- /images/cloud_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/cloud_button.png -------------------------------------------------------------------------------- /images/cloud_signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/cloud_signup.png -------------------------------------------------------------------------------- /images/coordinate_plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/coordinate_plane.png -------------------------------------------------------------------------------- /images/coordinates.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/coordinates.gif -------------------------------------------------------------------------------- /images/coordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/coordinates.png -------------------------------------------------------------------------------- /images/create_a_clone_of.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/create_a_clone_of.png -------------------------------------------------------------------------------- /images/delete_this_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/delete_this_clone.png -------------------------------------------------------------------------------- /images/distance_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/distance_to.png -------------------------------------------------------------------------------- /images/do_now_11_starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/do_now_11_starter.png -------------------------------------------------------------------------------- /images/do_now_13_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/do_now_13_triangle.png -------------------------------------------------------------------------------- /images/do_now_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/do_now_22.png -------------------------------------------------------------------------------- /images/do_now_31_guided_tour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/do_now_31_guided_tour.png -------------------------------------------------------------------------------- /images/dog_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/dog_costumes.png -------------------------------------------------------------------------------- /images/dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/dots.png -------------------------------------------------------------------------------- /images/draw_squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/draw_squares.png -------------------------------------------------------------------------------- /images/equalto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/equalto.png -------------------------------------------------------------------------------- /images/equilateral_triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/equilateral_triangle.png -------------------------------------------------------------------------------- /images/forever.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever.png -------------------------------------------------------------------------------- /images/forever_draw_something.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_draw_something.png -------------------------------------------------------------------------------- /images/forever_go_to_mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_go_to_mouse.png -------------------------------------------------------------------------------- /images/forever_if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_if.png -------------------------------------------------------------------------------- /images/forever_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_move.png -------------------------------------------------------------------------------- /images/forever_say.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_say.png -------------------------------------------------------------------------------- /images/forever_say_animals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/forever_say_animals.png -------------------------------------------------------------------------------- /images/glide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/glide.png -------------------------------------------------------------------------------- /images/go_to_mouse_x_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/go_to_mouse_x_30.png -------------------------------------------------------------------------------- /images/go_to_x_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/go_to_x_y.png -------------------------------------------------------------------------------- /images/greaterthan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/greaterthan.png -------------------------------------------------------------------------------- /images/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/hide.png -------------------------------------------------------------------------------- /images/if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/if.png -------------------------------------------------------------------------------- /images/if_edge_bounce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/if_edge_bounce.png -------------------------------------------------------------------------------- /images/if_else.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/if_else.png -------------------------------------------------------------------------------- /images/import_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/import_costumes.png -------------------------------------------------------------------------------- /images/importing_list_instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/importing_list_instructions.png -------------------------------------------------------------------------------- /images/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/item.png -------------------------------------------------------------------------------- /images/kaleidoscope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/kaleidoscope.gif -------------------------------------------------------------------------------- /images/key_press_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/key_press_jump.png -------------------------------------------------------------------------------- /images/less_than.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/less_than.png -------------------------------------------------------------------------------- /images/lessthan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/lessthan.png -------------------------------------------------------------------------------- /images/list_do_now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/list_do_now.png -------------------------------------------------------------------------------- /images/menu_costumes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/menu_costumes.png -------------------------------------------------------------------------------- /images/min_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/min_42.png -------------------------------------------------------------------------------- /images/mouse_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/mouse_x.png -------------------------------------------------------------------------------- /images/mouse_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/mouse_y.png -------------------------------------------------------------------------------- /images/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/move.png -------------------------------------------------------------------------------- /images/move_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/move_3.png -------------------------------------------------------------------------------- /images/move_dragged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/move_dragged.png -------------------------------------------------------------------------------- /images/next_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/next_costume.png -------------------------------------------------------------------------------- /images/offset_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/offset_bricks.png -------------------------------------------------------------------------------- /images/offset_bricks_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/offset_bricks_yellow.png -------------------------------------------------------------------------------- /images/pen_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/pen_down.png -------------------------------------------------------------------------------- /images/pen_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/pen_up.png -------------------------------------------------------------------------------- /images/pick_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/pick_random.png -------------------------------------------------------------------------------- /images/play_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/play_note.png -------------------------------------------------------------------------------- /images/play_notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/play_notes.png -------------------------------------------------------------------------------- /images/point_in_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/point_in_direction.png -------------------------------------------------------------------------------- /images/point_towards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/point_towards.png -------------------------------------------------------------------------------- /images/post_variable_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/post_variable_create.png -------------------------------------------------------------------------------- /images/quadrilateral_sets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/quadrilateral_sets.png -------------------------------------------------------------------------------- /images/random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/random.png -------------------------------------------------------------------------------- /images/repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/repeat.png -------------------------------------------------------------------------------- /images/repeat_until.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/repeat_until.png -------------------------------------------------------------------------------- /images/rest_for_beats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/rest_for_beats.png -------------------------------------------------------------------------------- /images/rotate_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/rotate_button.png -------------------------------------------------------------------------------- /images/save_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/save_as.png -------------------------------------------------------------------------------- /images/say.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/say.png -------------------------------------------------------------------------------- /images/script_with_highlighted_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/script_with_highlighted_border.png -------------------------------------------------------------------------------- /images/script_with_move_and_say_blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/script_with_move_and_say_blocks.png -------------------------------------------------------------------------------- /images/set_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_effect.png -------------------------------------------------------------------------------- /images/set_pen_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_pen_color.png -------------------------------------------------------------------------------- /images/set_pen_color_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_pen_color_to.png -------------------------------------------------------------------------------- /images/set_pen_size_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_pen_size_to.png -------------------------------------------------------------------------------- /images/set_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_size.png -------------------------------------------------------------------------------- /images/set_var1_to_var2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/set_var1_to_var2.png -------------------------------------------------------------------------------- /images/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/show.png -------------------------------------------------------------------------------- /images/sign_up_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/sign_up_page.png -------------------------------------------------------------------------------- /images/simple_list_traversal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/simple_list_traversal.png -------------------------------------------------------------------------------- /images/simple_program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/simple_program.png -------------------------------------------------------------------------------- /images/snap_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_cloud.png -------------------------------------------------------------------------------- /images/snap_coordinate_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_coordinate_example.png -------------------------------------------------------------------------------- /images/snap_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_download.png -------------------------------------------------------------------------------- /images/snap_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_overview.png -------------------------------------------------------------------------------- /images/snap_ui_visual_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_ui_visual_steps.png -------------------------------------------------------------------------------- /images/snap_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/snap_window.png -------------------------------------------------------------------------------- /images/square_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/square_diagram.png -------------------------------------------------------------------------------- /images/stage_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/stage_example.jpg -------------------------------------------------------------------------------- /images/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/stop.png -------------------------------------------------------------------------------- /images/stop_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/stop_all.png -------------------------------------------------------------------------------- /images/stop_all_sounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/stop_all_sounds.png -------------------------------------------------------------------------------- /images/stop_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/stop_button.png -------------------------------------------------------------------------------- /images/subtraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/subtraction.png -------------------------------------------------------------------------------- /images/switch_costume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/switch_costume.png -------------------------------------------------------------------------------- /images/think.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/think.png -------------------------------------------------------------------------------- /images/touching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/touching.png -------------------------------------------------------------------------------- /images/turn_15_degrees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/turn_15_degrees.png -------------------------------------------------------------------------------- /images/two_blocks_about_to_snap_together.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/two_blocks_about_to_snap_together.png -------------------------------------------------------------------------------- /images/two_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/two_bricks.png -------------------------------------------------------------------------------- /images/two_bricks_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/two_bricks_yellow.png -------------------------------------------------------------------------------- /images/two_squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/two_squares.png -------------------------------------------------------------------------------- /images/two_squares_nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/two_squares_nested.png -------------------------------------------------------------------------------- /images/use_index_in_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/use_index_in_loop.png -------------------------------------------------------------------------------- /images/variable_create_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/variable_create_image.png -------------------------------------------------------------------------------- /images/variable_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/variable_image.png -------------------------------------------------------------------------------- /images/variable_in_use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/variable_in_use.png -------------------------------------------------------------------------------- /images/when_clicked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/when_clicked.png -------------------------------------------------------------------------------- /images/when_i_am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/when_i_am.png -------------------------------------------------------------------------------- /images/when_i_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/when_i_receive.png -------------------------------------------------------------------------------- /images/when_i_start_as_a_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/when_i_start_as_a_clone.png -------------------------------------------------------------------------------- /images/x_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/x_position.png -------------------------------------------------------------------------------- /images/x_position_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/x_position_checkbox.png -------------------------------------------------------------------------------- /images/x_position_reporting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/x_position_reporting.png -------------------------------------------------------------------------------- /images/x_position_watcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/x_position_watcher.png -------------------------------------------------------------------------------- /images/x_y_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/x_y_grid.png -------------------------------------------------------------------------------- /images/y_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/y_position.png -------------------------------------------------------------------------------- /images/zoom_blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/images/zoom_blocks.png -------------------------------------------------------------------------------- /intro-book-complete.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/intro-book-complete.docx -------------------------------------------------------------------------------- /intro-book-complete.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/intro-book-complete.pdf -------------------------------------------------------------------------------- /lab_13_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/lab_13_cheat_sheet.pdf -------------------------------------------------------------------------------- /markdeep-footer.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /reference.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/reference.docx -------------------------------------------------------------------------------- /slidedecks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks.zip -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 0.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 0.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 0.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 0.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 0.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 0.3.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 0.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 0.4.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 0.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 0.5.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 1.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 1.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 1.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 1.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 1.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 1.3.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 1.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 1.4.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 1.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 1.5.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 2.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 2.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 2.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 2.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 2.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 2.3.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 2.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 2.4.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 2.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 2.5.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 3.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 3.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 3.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 3.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 3.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 3.3.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 3.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 3.4.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 4.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 4.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 4.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 4.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 4.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 4.3.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 4.4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 4.4.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 4.5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 4.5.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 5.1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 5.1.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 5.2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 5.2.pptx -------------------------------------------------------------------------------- /slidedecks/TEALS SNAP 5.3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/TEALS SNAP 5.3.pptx -------------------------------------------------------------------------------- /slidedecks/spaceman.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/slidedecks/spaceman.pptx -------------------------------------------------------------------------------- /startercode.md: -------------------------------------------------------------------------------- 1 | # Lesson Starter Code 2 | 3 | ## Unit 1 4 | 5 | ## Unit 2 6 | 7 | [Lesson 2.1](http://snap.berkeley.edu/snapsource/snap.html#present:Username=brettwo&ProjectName=Lesson%202.1%20Example) 8 | 9 | ## Unit 3 10 | 11 | Lesson 3.3 - [Arguments example](http://snap.berkeley.edu/snapsource/snap.html#present:Username=brettwo&ProjectName=Lesson%203.3) 12 | 13 | ## Unit 4 14 | 15 | ## Unit 5 16 | 17 | ## Unit 6 18 | -------------------------------------------------------------------------------- /student_notes_01.md: -------------------------------------------------------------------------------- 1 | # Student notes: The First Day -------------------------------------------------------------------------------- /student_notes_02.md: -------------------------------------------------------------------------------- 1 | Student Notes: Algorithms -------------------------------------------------------------------------------- /styles/pdf.css: -------------------------------------------------------------------------------- 1 | /* CSS for pdf */ 2 | -------------------------------------------------------------------------------- /tools/create-book.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal 3 | 4 | set sed="C:\Program Files (x86)\GnuWin32\bin\sed" 5 | set chrome="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" 6 | 7 | for /r . %%f in (*.html) do ( 8 | 9 | %chrome% --headless --print-to-pdf="%%~pf%%~nf.pdf" --no-margins "%%f-md.html" 10 | 11 | ) 12 | 13 | -------------------------------------------------------------------------------- /tools/eol.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TEALSK12/introduction-to-computer-science/6a9db3c07b146182ec7be167fd9fb395bdbbbd94/tools/eol.exe -------------------------------------------------------------------------------- /unit_0.md: -------------------------------------------------------------------------------- 1 | # Unit 0 2 | -------------------------------------------------------------------------------- /unit_0_tips.md: -------------------------------------------------------------------------------- 1 | # TEALS Unit 0 Tips 2 | 3 | ## Snap! Tips 4 | 5 | [Tip Numbers from Tips Document:](https://github.com/TEALSK12/introduction-to-computer-science/blob/master/Snap%20Tips.docx?raw=true) 0, 16, 23 -------------------------------------------------------------------------------- /unit_2.md: -------------------------------------------------------------------------------- 1 | # Unit 2 2 | -------------------------------------------------------------------------------- /unit_3.md: -------------------------------------------------------------------------------- 1 | # Unit 3 2 | -------------------------------------------------------------------------------- /unit_4.md: -------------------------------------------------------------------------------- 1 | # Unit 4 2 | -------------------------------------------------------------------------------- /unit_5.md: -------------------------------------------------------------------------------- 1 | # Unit 5 2 | -------------------------------------------------------------------------------- /unit_6.md: -------------------------------------------------------------------------------- 1 | # Unit 6 --------------------------------------------------------------------------------