Version 27 of Tcl for Kids

Updated 2013-01-12 17:03:23 by pooryorick

Description

This page presents a list of learning resources for kids, sorted into an order which might be useful as a course of study

The List

Canvas Object Movement Example

99 bottles of beer

Magic Eight Ball, a novice tutorial for kids

A minimal editor

Animations on a Canvas

A minimal editor explained

Elementary Computer Graphics: Drawing with Pixels ,Michael J. Norton ,2003

A simple memory game

A little Tic Tac Toe game

Nine Men Morris

A little Yahtzee game

TkOverload

A symmetric doodler

Elevator simulation

TkPong

Moon Lander

Spheres

Simple Space Ship Game

Computer Game Designing on the Macbook ,Sean Woods

Diversion

This section lists Tcl programs that might pique kids interest, and provide food for thought. The code itself may be too complex for the beginner level, so should probably be elided until more proficiency is gained.

Classic Eliza

Rain Storm

Particle System

Resources

Agents, sprites and young programmers

Teach programming to children

programmed story telling

gidrw

Clif Flynts CS 146 Game Lab

Non-Tcl Resources

These things might inspire the young mind

GeoGebra : free mathematics software for learning and teaching

Assignments

all
write a procedure called "all" that is true when all items of one list are in another list, and false otherwise