ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
56 stars 62 forks source link

Animate the cows - move from point A to point B #1588

Open faucomte97 opened 3 months ago

faucomte97 commented 3 months ago

Task Description

Currently, the cows aren't really animated. They spawn on whichever square the level data says they should spawn on, and stay there for the whole level. When the van honks at the cow, it moos and vanishes by just getting smaller and smaller.

This task is to do specifically with the animation of the cow from one given square A to another given square B, where A and B are adjacent.

Acceptance Criteria