Release

Turtle and Rabbit

5

was8bit 2022-11-27 12:53

Watch them race...

Guess who will win...

Just a little something i whipped up in 5 minutes ;)


Feel free to remix and post your remix if you are inspired ...


G-9 2022-11-28 20:16

i think my rabbit forgot to sleep 💀


was8bit 2022-11-28 22:27

This code here adjusts the rabbit for each run thru...

RR=RND(2)+1

At RR=2 is the center most balanced results... 1-3 is the overall range, and he only runs if RND(RR) is zero

When RR=3 then rabbit should mosty win... when RR=1, rabbit will mostly lose..

For more exciting and unpredictable racing each run, just change code to RR=2


Log in to reply.