grnt426 / AP-CS-A

A repository of code snippets I used to demonstrate fun things for students.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AP CS A Sample Programs

This repository stores several sample programs to demonstrate to the students the kinds of things they can create with the concepts they are learning. Some show them something just outside of what they have learned to better see the cool kinds of things they can do with programming.

TurtleStuff

This package shows three different kinds of fractal algorithms that can be drawn with Turtle. The Turtle tool allows students to draw lines and shapes on the screen by telling a turtle to move around.

See images and more here: https://github.com/grnt426/AP-CS-A/wiki/TurtleStuff-Package

About

A repository of code snippets I used to demonstrate fun things for students.


Languages

Language:Java 100.0%