On this page:
2.1 Clicker Collect 001 Kata
2.2 Clicker Collect 002 Kata
2.3 Clicker Collect 003 Kata
2.4 Clicker Collect 004 Kata

2 Collect Katas

2.1 Clicker Collect 001 Kata

read
Code a fantasy game where the cursor is a knight.
code
#lang clicker-cartoon-collect
 
(start-fantasy knight)
In Ratchet:
image

2.2 Clicker Collect 002 Kata

read
Code a clouds game where the cursor is a pilot collecting coins.
code
#lang clicker-cartoon-collect
 
(start-clouds pilot (coin))
In Ratchet:
image

2.3 Clicker Collect 003 Kata

read
Code a clouds game where the cursor is a bird collecting coins and fruits.
code
#lang clicker-cartoon-collect
 
(start-clouds bird (coin fruit))
In Ratchet:
image

2.4 Clicker Collect 004 Kata

read
Code a fantasy game where the cursor is a dragon collecting mushrooms and [choose-your-own-sprite].
code
#lang clicker-cartoon-collect
 
(start-fantasy dragon (mushroom rand))
In Ratchet:
image