3 Friends Katas
3.1 Healer Friends 001 Kata
read
Code a game with a zookeeper eating apples, and with monkey friends.
code
#lang healer-zoo-friends (start zookeeper (apple) (monkey))
In Ratchet:
3.2 Healer Friends 002 Kata
read
Code a game with an elephant eating bananas and fishes, and with penguin and kangaroo friends.
code
#lang healer-zoo-friends (start elephant (banana fish) (penguin kangaroo))
In Ratchet:
3.3 Healer Friends 003 Kata
read
Code a game with a red hippo eating tomatoes and apples, and with elephant friends.
code
#lang healer-zoo-friends (start (hippo red) (tomato apple) (elephant))
In Ratchet:
3.4 Healer Friends 004 Kata
read
Code a game with an orange kangaroo eating bananas and fishes, and with monkey and [choose-your-own-sprite] friends.
code
#lang healer-zoo-friends (start (kangaroo orange) (banana fish) (monkey rand))
In Ratchet:
3.5 Healer Friends 005 Kata
read
Code a game with a yellow apple eating tomatoes and bananas, and with penguin, elephant, and kangaroo friends.
code
#lang healer-zoo-friends (start (apple yellow) (tomato banana) (penguin elephant kangaroo))
In Ratchet: