Community
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Beginner Python: Building a Game of Blackjack
Sat Apr 15 2023
Old Coder, New Tricks | feat/ Anirban Chatterjee
Wed Apr 19 2023
Explore the Community Hub
FEATURED
TOP GLOBAL TIPPERS
1
JDOG787
110.2K
2
d31337
97.4K
3
CoderGautamYT
35.2K
4
SHADOWMSTD
29.1K
5
vertal
25.5K
8
Micro Random Number Guessing Game (Advanced)This number guessing game was made with lots of help from @MNA4. It is now 304 bytes.
Please read readMe.md for more details. They won't all fit in this description.
Thanks to @chromebooker, @HyperCodec, @Tovtovimand, and @ErikoXDev for their help as well!
Now even smaller!
Thanks to advice given me to use semicolons and my review of spaces in the code, I have shrunk this down to 434 bytes. Please feel free to comment with any suggestions on how to make this smaller.5
Guess the PassWord (old)Password guessing game.
No Longer In Use
New version link: https://replit.com/@rander4675/Guess-the-Password-Official?v=1
link to ryan1408: https://replit.com/@Ryan1408
link to Word-oo: https://replit.com/@Ryan1408/Word-ool
I hope y'all enjoy the repl and have a good day. If you enjoyed the repl make sure to like, comment, share, and tip. All tips are respected
Fixed input problem
I could not fix the input problem so I deleted the queston if you want to play594
29
5
0
guessing_gameThis is a simple game run on the command line and allows you to specify the difficulty by entering two integers as arguments when typing the command.
Ex: You would type this into the command line:
python guessing_game.py 1 10
And it tells you to guess a number from 1 through 10
8
1
0
OlunikeAsaolu Remember: do not run it from here. You can fork and then run it on the shell using the command in the description3 months ago