Brad Wilder
@BigApe
stupid monkey
This is a website I made about six cars I find very interesting, weird, unique, or cool and flashy.
I know you all have different opinions than me, a
HTML, CSS, JS
As a celebration of being 1/4 the way 100 cycles, (I know this is nothing to some but it's a big deal to me. So thanks for all your support!) I am pos
RayhanADev Hey, we've unlisted this for now because it looks fairly low-effort. If you edit the description to add more info and/or add more to the code, reply to this comment and I’m happy to relist it!
> Side Note: Cycles are not important and will be removed soon! Please don't think too much about them or getting them :).2 years ago
Hey! I've been working on this project as an experimentation of turtle, but I figured it was so fun I should post it! Here it is!
Screen Shot 2021-07
Python (with Turtle)
Hello Everybody!!! This is a game I created while learning about using time in Python.
I'm so excited to share this game with you!!! I hope you have
Python
BearCoder01 Use
def int_check (num):
try:
a = int (num)
except:
a = num
pass
while type (a) is not int:
print ('\033[0m\033 [1m\033[31mError: no number')
print ('\033[0m\033[1mEnter a number \033[0m')
num = input ('>')
try:
a = int (num)
except:
pass
return a
number = input("Enter Number >>")
number = int_check(number)
print("Toatal",number + 6)
2 years ago
Why I'm Reposting
This is a repl I created a while ago, but deleted because it did horribly! Thanks to @Coder100 he told me not to delete my posts an
Python
SixBeeps Actually quite performant, nice.
I'd switch the controls to use WASD instead of LRUD. You should also learn arrays, those'll save you so much more time and code.2 years ago
Ok, so this is the second question I've asked now in the last three hours so please don't be annoyed, but I'm wondering if anyone has any advice about
SixBeeps To be honest with you here:
Get on the Discord if you're not already and talk with some of the peeps
When you make a post, share it in the #share-your-repls channel (this works for some reason and I don't know why)
Add emoji to your post titles when you post on Share
Follow Tom Scott's "Awesome Graph"
Make your content as flashy as possible
Bring other community members into your posts and actively mention them if they're relevant to the Repl itself. For example, if you make "Pixel Art Crea2 years ago
Coder100 That's the problem, don't delete your posts silly!
Be patient and post a lot, some projects might not be interesting for people, and others might. So what you want to do is post a lot.
Compare your posts with yourself, not others.2 years ago
Hi, I have had Replit for almost a year and have had no problem deleting repls before now. However, when I go straight into the code and click on the
ch1ck3n first go to https://replit.com/repls
i will be choosing this repl to delete
you will click on the repl
it should take you to the editor
image
image
you you will click on the repl name
image
then click on the three dots
image
then you can press delete
image2 years ago
So this is my stock market game I made using turtle. I am really excited about it. Every day you will have a graph mapping predictions on pricing and
Python (with Turtle)
world345 Excuse me but the program is glitching for me. The program only works up until the 'You hired _ advisors'2 years ago
DecentCoder1 Repl.it - Stock Market Game - Google Chrome 122021 61555 PM
You can try and make it harder, at least somewhat harder though I am not good at programming, I know you probably can do it. Otherwise, this game is designed really well.2 years ago