google / google/clojure-turtle

add animation examples

Open
#8 2 comments 0 reactions 0 assignees View on GitHub
beginner
Dominant language
Clojure
Stars
424
Forks
32
PR merge metrics
No merged PRs in 30d

Description

Come up with examples where you can create animations.

Once there is a `wait` fn, an animation in Logo can created by drawing a picture, calling `wait`, calling `clean`, and doing it over again with another picture.

An animation using Logo functions will need to handle looping, termination, and loop state that each loop's picture can use. The easiest way is probably `(dotimes [i MAX-FRAMES] ...)`

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the existing Logo functions and the proposed animation flow using wait and clean. Define examples that cover looping, termination, and loop state, using dotimes and MAX-FRAMES as suggested. Done means the repository contains usable animation examples with those behaviors demonstrated.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
content
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.