gitextract_ikmzkwy5/ ├── .gitignore ├── CSTA-content-matrix-9-12.docx ├── CSTA_standards_mapping.md ├── Changelog.md ├── Country-n-State.txt ├── Excel-Randomizer.xlsx ├── GLOSSARY.md ├── Grudgeball.md ├── Project 1 - Nursery Rhyme.docx ├── Projects/ │ └── 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 │ ├── lab_04.docx │ └── lab_05.docx ├── 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 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 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 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 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 ├── 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 │ ├── CSTA-content-matrix-9-12.docx │ ├── CSTA_standards_mapping.md.html │ ├── Changelog.md.html │ ├── Country-n-State.txt │ ├── Excel-Randomizer.xlsx │ ├── Final Project Development Plan.docx │ ├── Final Project Plan Organizer.docx │ ├── GLOSSARY.md.html │ ├── Grudgeball.md.html │ ├── Project 1 - Nursery Rhyme.docx │ ├── Projects/ │ │ └── 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 │ ├── SNAP Program Design and Planning Worksheet.docx │ ├── SUMMARY.md.html │ ├── Snap Tips.docx │ ├── TEALS Intro CS Curriculum Guide - handout.docx │ ├── Unit 0/ │ │ ├── IntrotoCSSyllabusExample.docx │ │ ├── Lab 0.4.docx │ │ ├── Student Experiences Survey.docx │ │ ├── lab_04.docx │ │ └── lab_05.docx │ ├── 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 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 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 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 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 │ ├── 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.html │ ├── additional_curriculum_resources.md.html │ ├── appendix-bjc-video-lectures.md.html │ ├── bjc_videosuggestions.md/ │ │ └── bjcvideosuggestions.md │ ├── book.json │ ├── chapter1.md.html │ ├── contributing.md.html │ ├── create-book.cmd │ ├── 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 │ ├── 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_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_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_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 │ ├── helping_trios.md.html │ ├── helping_trios_handout.md.html │ ├── index.html │ ├── intro-book-complete.docx │ ├── lab_04.md.html │ ├── lab_05.md.html │ ├── lab_11.md.html │ ├── lab_12.md.html │ ├── lab_13.md.html │ ├── 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 │ ├── 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 │ ├── markdeep-footer-tocstyle-none.txt │ ├── markdeep-footer.txt │ ├── markdeep-header.txt │ ├── master_vocab.md.html │ ├── md-to-markdeep.cmd │ ├── 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 │ ├── reference.docx │ ├── 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.html │ ├── 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 │ ├── tools/ │ │ ├── create-book-Pandoc.cmd │ │ └── create-book.cmd │ ├── 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 │ └── wordlist.txt ├── helping_trios.md ├── helping_trios_handout.md ├── intro-book-complete.docx ├── lab_04.md ├── lab_05.md ├── lab_11.md ├── lab_12.md ├── lab_13.md ├── 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 ├── 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/ │ ├── 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 ├── unit_0.md ├── unit_0_tips.md ├── unit_2.md ├── unit_3.md ├── unit_4.md ├── unit_5.md ├── unit_6.md └── wordlist.txt