King of the Pond
- zour3
- 4 years ago
- 42 views
King of the Pond is zour3's Python Level 1 Master Project! In this game, you are a fish, and you are trying to grow as much as possible. But, you only grow when you've eaten a certain number of fish that are smaller than you. You move around with the arrow keys, and eat the small fish by running into them. But watch out! If you run into a fish bigger than you, they will eat you, and the game will end. Good luck!
import turtle
import random
Locked
Canvas
Console