Just start with the flag. Dog follows the mouse pointer and poops when it's clicked. Cat will clean up dog's poop when number of plops is over 5. スタートは旗を押してください。 犬はマウスポインタを追っかけて、マウスがクリックされるとそこでウ?コします。ネコは、ウ?コが5コ以上になるとそれを拾ってまわります。
This is to teach FIFO (queue buffer) concept to kids. New data is added to the bottom of the list and the first (original) data stays at the top of the list. The cat picks up the data at the top of the list and deletes it, and then repeats the action until the queue is empty. これは子供たちにFIFO(待ち行列)をわかりやすく教えるためのデモです。 ウ?コの座標データはいつもTraceQueueの一番下に積まれます。ネコは一番上のデータをピックアップしそのその場所へ進み、そのデータを消去します。これをTraceQueuenが空になるまで繰り返します。