Skip to content
Sign UpLog In
Profile icon

Anya M

@bello_cat
  • hedwig's theme

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
bello_cat
bello_cat
shared a Post
3 years ago
Flappy Bird
a very, very watered down version of 'Flappy Bird'
game thingy
HTML, CSS, JS
bello_cat
bello_cat
shared a Post
3 years ago
this is just a test thing that I made
SingleCommonMass
HTML, CSS, JS
k9chelsea2
k9chelsea2
epiicc what would makes this even better is if you added CSS to style it, e.g. a background color and styling the buttons and placing the button in the middle and making it bigger :33 years ago
bello_cat
bello_cat
shared a Post
3 years ago
learn about housecats on this
BulkyPrettyQuarks
HTML, CSS, JS
bello_cat
bello_cat
shared a Post
3 years ago
based on how many turtles you want, they randomly walk around on the screen
Crazy Turtles
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
play a watered-down version of slither.io
GrS12 Snake
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
try to keep the turtle inbounds
GrS11: Stay Inbounds
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
use the arrow keys to move the turtle around and collect the dots
Space Turtle
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
watch the balls bounce around in the square
Bouncy Ball Room
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
randomly chooses which turtle will win
Turtle Race!
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
try to stay in bounds using arrow keys, or the game will end
Stay in bounds!
Python (with Turtle)
bello_cat
bello_cat
shared a Post
3 years ago
play the game rock, paper, scissors :)
Rock, Paper, Scissors, Shoot!
Python
Legend4ry
Legend4ry
Instead of using a: for i in range(1000000000), you could use: x = 0 while x < 1: This will make your code run forever3 years ago
bello_cat
bello_cat
shared a Post
4 years ago
type in your answer and then press enter
ParchedUncomfortableAnalysis
Python