Skip to main content
  1. /classes/
  2. Classes, Fall 2025/
  3. CS 2010 Fall 2025: Course Site/

cs2010 Notes: 10-31 More Vibes

·133 words·1 min·

Vibe Coding Turtle Programs
#

Get People to Sign Up for OpenRouter Now
#

  • Openrouter.ai
  • Put in $10 before lab. Fully free accounts get throttled hard, and online payments sometimes take hours to go through.

Second Vibe Coding Example
#

Today’s task: Deforestation

  • Our turtle should clear trees in a square to the front and right of its starting point.
  • How?
  • Rather than just giving a simple prompt and hoping for the best, we’re going to think about this in stages, test, and revise.

Here are some stages:

  • Covering a square.
  • Tree detection
  • Wood detection
  • Wood chopping
  • Position tracking (dead reckoning)
  • Return to square covering.
Nat Tuck
Author
Nat Tuck