Electric Sheep
@E-Sheep
How to Play
Use WASD to move.
When on a pipe, you can use space to change the pipe.
Connect all the pipes to pass a level.
There are 5 levels. Complet
Python
madizon Traceback (most recent call last):
File "main.py", line 79, in
if ans=="w":
NameError: name 'ans' is not defined
I don't know if it's me who doesn't know how to play or there's a problem, I dunno...2 years ago
LincolnMiddle `Traceback (most recent call last):
File "main.py", line 2, in
from getch import getch
ModuleNotFoundError: No module named 'getch'`2 years ago
Here's a randomly generated animation of a bunch of bouncy balls made with Python Turtle.
There's really not much to say. Just watch the animation.
I
Python (with Turtle)
This is a 2048 I built in Python. Press WASD or arrow keys to play.
Post your scores in the comments!
Leaderboard
@211146 8518
@CodersXD 2838
@Whippin
Python
LEADERBOARD:
@Barry123 6117
@YuAndy 3837
@XxStabberXx 3826
@AZ7 2267
How to Play:
You are the blue square
WASD to move
Avoid the infection (re
Python
Make Your Own Maze Game in Python Shell!
Hi! This is a tutorial on how to make a maze game (and more!) in Python! Some functions are from my previous
Python
14C46779-58A6-41D5-B1D3-40B26F92D753
I just made a tutorial, but when I tried to submit it, I couldn’t because there was a post must not be spam notif
AllAwesome497 You should check to make sure that you are not repeating any string too many times. (eg ---... +-+-+-+-+-...). If you're still having the issue after that, please make a repl with the tutorial in it for me to look at.2 years ago
Coder100 Probably some buggy filter, I bet the image caused the keyboard smash check to be -1. I'll tell AA about it as he probably added that.2 years ago
RYANTADIPARTHI Probably because you either put some jibberish, or your image URL is kind of jibberish.
try copying a image address of a image to get it shorter:
Screenshot 2020-11-10 at 6.59.58 PM
That should work.
2 years ago
This is just something I made a while ago and it’s a nice and easy hangman.
Just press the letter you guessed on your keyboard.
Have Fun!
Python
Hi! Previously, I made Blue Square Adventures, and this is an upgraded version of it!
How to Play:
Press a and d to move
Press q and e to jump
Get out
Python
Atolite Traceback (most recent call last):
File "main.py", line 3, in
from getch import getch
ModuleNotFoundError: No module named 'getch'2 years ago
Hi! I’ve just started coding due to lockdown, and here is one of my most recent games I’ve worked on with AlexAnubis and Barry123.
**Press a to go lef
Python