Skip to content
Sign UpLog In
Profile icon

Zee Man

@ZeeMan
Repls
Community
ZeeMan
ZeeMan
shared a Post
3 years ago
This is probably the worst website ever...
Behold! The worst ever website! Maybe there is a worse one (https://www.theworldsworstwebsiteever.com/) Update (August 29, 2020) My "domain" is kegam
MyFirstHTML
HTML, CSS, JS
conspicous
conspicous
i know a better one 3 years ago
ZeeMan
ZeeMan
shared a Post
3 years ago
I'm a beginner at graphics and could someone help me add a circle above the purple half that moves with keys a and d?
PygameFirst
Python
ZeeMan
ZeeMan
Ha ha it works but funnily3 years ago
mwilki7
mwilki7
you have to change the coordinates of the circle each time the loop passes for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() quit() if event.type == pygame.KEYDOWN: if event.key == pygame.K_LEFT: do stuff with left key if event.key == pygame.K_RIGHT: do stuff with right key `3 years ago
ZeeMan
ZeeMan
shared a Post
3 years ago
This can help people to create a text-based game.
TextAdventureTemplate
Python
VulcanWM
VulcanWM
I don’t think this is a text-based game, or a template for it.3 years ago
ZeeMan
ZeeMan
shared a Post
3 years ago
I'm trying to create a new programming language in python called TrumpLang (it's fake). The for loop keeps giving errors. Help?
ZeeMan
ZeeMan
Here is it on repl.it: https://repl.it/talk/share/TrumpLang/452563 years ago
ZeeMan
ZeeMan
I fixed the error. The print statement was missing a parentheses. But thanks though. And I will post this as soon as possible. 3 years ago
Coder100
Coder100
Hello. Send the repl so I can help you a bit more.3 years ago
ZeeMan
ZeeMan
shared a Post
3 years ago
REQUIRES A BASIC UNDERSTANDING OF PYTHON. This helps make a simple text-based game.
TextAdventureTemplate
Python
ZeeMan
ZeeMan
This is the format I used for my Text Adventure, which is not done and not posted yet.3 years ago