Skip to content
A simple Flutter game where a cat jumps over obstacles to earn rewards.
- start_screen
- Background image with a start button
- 5 reward_off.png icons (turn into reward.png after each successful round)
- game_screen
- cat.png, cat_jump.png jump over obstacles:
dog, doghouse, fence, hen, pond
- If the cat fails → collision.png is shown
- reward_screen
- image_reward.gif plays after 5 successful rounds
Known Issues
- Game runs too fast on new tablet → use relative instead of absolute values
- Background and obstacle speed need synchronization
- Obstacles (dog, doghouse, fence, hen, pond, basket) should appear randomly, but not back-to-back
- Occasional crash just before switching back to start_screen
- image_reward.gif plays only partially after the first run:
- 1st run → full playback
- 2nd run → frame 1
- 3rd run → frame 2, etc.
- Status