google / google/clojure-turtle
add animation examples
Aperta
beginner
- Lingua principale
- Clojure
- Stelle
- 424
- Fork
- 32
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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] ...)`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.