On this page:
2.1 Healer Foods 001 Kata
2.2 Healer Foods 002 Kata
2.3 Healer Foods 003 Kata
2.4 Healer Foods 004 Kata

2 Foods Katas

2.1 Healer Foods 001 Kata

read
Code a game with a monkey.
code
#lang healer-zoo-foods
 
(start monkey)
In Ratchet:
image

2.2 Healer Foods 002 Kata

read
Code a game with a monkey eating apples.
code
#lang healer-zoo-foods
 
(start monkey (apple))
In Ratchet:
image

2.3 Healer Foods 003 Kata

read
Code a game with an elephant eating bananas and fishes.
code
#lang healer-zoo-foods
 
(start elephant (banana fish))
In Ratchet:
image

2.4 Healer Foods 004 Kata

read
Code a game with a hippo eating fishes, grapes, and apples.
code
#lang healer-zoo-foods
 
(start hippo (fish grapes apple))
In Ratchet:
image