Syntax Helper Tutorials
Scheme Basics
  1. Module Introduction
  2. Constants
  3. Introduction to Functions
  4. Functionception
  5. A Bird's Eye View
  6. Scheme Syntax
  7. Variables and Define
Intro Project - A Simple Game
  1. Project Design
  2. Making a Canvas
  3. Lists
  4. Drawing a Shape
  5. Event Listeners
  6. Conditional Statements and set!
  7. Begin
  8. Attributes and Documentation
  9. Lambda
  10. Refactoring
  11. Recursion
  12. Setting Timer
  13. Drawing Text
  14. Animated Countdown
  15. Tying Functions Together
  16. Fixing our Animation Problem
  17. More Refactoring!
  18. Adding Hit Markers
  19. Network Calls Overview
  20. Creating a Lobby
  21. Syncing the Canvases
  22. Sending the Ready Ping
  23. Receiving the Ready Ping
  24. Uniting the Canvas and Network Calls
  25. Setting Up the Lobby Host
  26. Place Enemy Hit Marker
  27. Map and Reduce
  28. Distance
Intro Project - Addendum
  1. Lambda Addendum