Skip to content
Christian Schladetsch edited this page Oct 8, 2020 · 1 revision

Turtle Graphics

This is an implementation of Turtle Graphics using modern C++ and SDL.

Interpreter

The system has three main components:

  1. The display
  2. An interpreter
  3. A Repl interactive system

Todo

  • Make it 3d
Clone this wiki locally