Ryan
@ChAoTiCChAoSThEGrEaT
Cherries?
1
Online Client Chopsticks The console multiplayer version of the hand game known as chopsticks. Basic rules: the goal of the game is to make your opponent lose all their chopsticks. You do this by attacking them with your own chopsticks. Whatever amount of chopsticks are in your hand is added to theirs. If they have 5 or above chopsticks in their hand it immediately resets to 0. You must achieve this on both hands to win. You are allowed to transfer chopsticks between your own hands.
REMINDER: While this is a multiplayer game, do not expect to queue into a game instantly. I doubt very many people will be playing this at the same time, so please call a partner to play on a different computer with you.
This is PART 3 of my online series
7
0
1
0
Client for Tic Tac ToeThis is the client for my online tic tac toe game. I suggest you get a partner to play with you from another computer because I don't think many people will use this at the same time.
TIC TAC TOE ONLINE
This is part 2 of my online games with python collection. My last game was a year ago and I haven't been online on replit ever since. This is my first project on replit for a long time so don't be too hard on me if the code is sloppy. Report bugs in the comments and how to replicate it so I can fic. Thanks for checking this out!0
War kingdomsHey guys, it's been a long time since I've been on repl.it and a lot has changed. Anyways here's a project that I've been working on really slowly for over 10 months. Honestly, it shouldn't have taken that long but I took a break so... I present to you War Kingdoms, a text-RPG game that takes you back to the medieval ages. Manage your resources wisely, and rule all the kingdoms around you! I think I might do a war update where you can declare war but it might be some time till I post that. Thanks for viewing the reply and if you like it be sure to smack that upvote button (helps out the reply algorithim.)
WAR KINGDOMS
Hey guys it's been a while since I've been on repl.it and a lot has changed. I want to present to you a new text-RPG game I've been working on for over 10 months. It probably shouldn't have taken that long but, I did take a huge break in between. Anyways this game takes you into the medieval ages where you have to manage your resources wisely and efficiently! If you play it right you might be able to rule them all. Post your high scores which are basically your level or your money and I'll put a leaderboard on here. Thank you guys a lot for viewing this repl and if did enjoy it feel free to smack the upvote button. Thanks again, and good luck with your kingdoms!0
War kingdomsHey guys, it's been a long time since I've been on repl.it and a lot has changed. Anyways here's a project that I've been working on really slowly for over 10 months. Honestly, it shouldn't have taken that long but I took a break so... I present to you War Kingdoms, a text-RPG game that takes you back to the medieval ages. Manage your resources wisely, and rule all the kingdoms around you! I think I might do a war update where you can declare war but it might be some time till I post that. Thanks for viewing the reply and if you like it be sure to smack that upvote button (helps out the reply algorithim.)
3
1
0
ChAoTiCChAoSThEGrEaT **Hey guys it's been a while since I've been on repl.it and a lot has changed. ** I want to present to you a new text-RPG game I've been working on for over 10 months. It probably shouldn't have taken that long but, I did take a huge break in between. Anyways this game takes you into the medieval ages where you have to manage your resources wisely and efficiently! If you play it right you might be able to rule them all. Post your high scores which are basically your level or your money and I'll put a leaderboard on here. Thank you guys a lot for viewing this repl and if did enjoy it feel free to smack the upvote button. Thanks again, and good luck with your kingdoms!1 year ago
I'm trying to hide my database url and .env files are not working for me at all... How would I hide my db url?
Python
BD103 Try renaming the .env variable to dburl (idk if the underscore bugs it out or not), then try os.getenv("dburl") instead. (It returns None if no variable is set.) Plus, the Repl Env tab is buggy, so that may be your issue.2 years ago
Coder100 we now use the lock icon, please refer to the docs:
https://docs.replit.com/repls/secrets-environment-variables2 years ago
0
Quiz AppHello guys, some of you may remember the quiz app I posted a little earlier. Turns out the database was private to each user and none of the data was saved. Well, I have that finally fixed. Check line 2,5, and 6.
105
0
0
Using repl.it's new (not that new) db (not the deprecated one) I created a nice command-line quiz app a few months ago. It works in every manner excep
Python
SixBeeps You might be able to do that, but that doesn't sound safe imo.
What I'd do in this situation would be to set up a server, and use Repl DB on the server side instead. This would involve some tinkering with net code, but I think that's the canonical solution nowadays.2 years ago
Frontend developer needed!!!
Do you think you have the skills to be part of my team?
Clcik on this link to find out
https://forms.gle/a14GKstHwa32hi4E
Python
cutech @cutech
[email protected]
spotlite.repl.co password for bookmarklets: questionable games:slotpite
70
Ish, I am learning
Very Good
80
70
I hope you choose me. I'm really good at looking things up too! lol1 year ago
IroncladDev I think you've found the right guy. I'm a fullstack developer that can code moderately well in HTML, CSS, Javscript, and Flask.
My username on repl.it is LeviathanCoding
head over to my website and find out in the contact section.
My best project is codeCrystals
Probably a 67
Yes, very well.
I am pretty skilled in positioning elements. I'll say I'm between the line of Professional and Good.
97%. I am extremely skilled at making responsive sites.
70%. I am the founder of DreamForgerJS. I us2 years ago
I really want to make multiplayer games with python. I have already built a online game (check out Online Rock Paper Scissors) but it took so much tim
Python
How do you delete the prevoius yield before printing the next yield. Like before you print hello2 delete hello1.
PLEASE ANSWER FAST!!!
Link to example
Python
Coder100 def generate():
yield 'Hello'
time.sleep(1)
yield 'Hello'
time.sleep(1)
yield 'Hello'
time.sleep(1)
yield 'Hello'
time.sleep(1)
yield 'Hello'
@app.route('/stream')
def streamed_response():
return Response(streamwithcontext(generate()))
this way the yield is global and not dependent on a single request2 years ago
Rock! Paper! Scissors! ONLINE!!!
Don't have anyone at home to play rock paper scissors. Well know just text your friend this project and play online!
Python
INCOGNITO001 @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan @proryan BOTS PLEASE2 years ago
So I made a very POG console ide with python.
It has syntax highlighting (Don't expect to highlight everything)
You can import packages and every REPL
Python
ElushiaVessus Hm, it did not do anything when I attempted to make a file, the Repl just stopped running2 years ago
So I am making a new socket package that is not based on ip addresses...
Does anyone have any suggestions on what functions I should add in my socket
Have you ever wondered how fast you type?
Or
Have you always wanted to type like a pro?
This program can help you!
Credits to @CodingCactus
It can tel
Python
JBloves27 Pretty cool, but it seems like this was copied off of codingcactus, so please at least give credit. If not, please reply to this comment and explain, thanks!2 years ago
PyCoder01 This is the same thing as CodingCactus's typing speed test but with really messy code and a bad option to learn typing. Python isn't the language to do typing speed tests. They are not really accurate.
Rating: 2.8/5 stars
P.S Merry Christmas!2 years ago
FlaminHotValdez It penalizes you way too much for accuracy IMO like in real life accuracy can be easily undone with the backspace. Speed is different tho.2 years ago
Programming a quiz is not that hard... But this app makes it a lot Easier
I present you...
The Quiz App
How to use
Click the Run button and wait for
Python
ChAoTiCChAoSThEGrEaT I'm sorry to everyone that was using this... The repl database is only private to the person that created the repl. Even if you post it doesn't save the data so sorry...2 years ago
elipie My beautiful quiz!:
Question one:
Is pie good?
yes
yes
yes
yes
Correct answer: 1.
Question two.
SQUOD
yes
no
yes
no
Correct answer: yes
Question 3: is this quiz epic?
yes
yes
yes
maybe
Correct answer: 1
Best repl ever lol2 years ago
Welcome to Stock Tycoon!!!
Shoutouts To @YuvinVighnesh and @Viaticboss19 for inspiration
Goal
Your goal: Become a trillionaire
How to Play
You hav
Python
legobuddy63 I feel like this is probably cheating, but when you press ENTER a bunch of times on the company dashboard, you rack up sooooo much. At first I thought it was a endless loop, but then it stopped. I won't get offended if you don't put this on the leaderboard. money = 2,502,755,464
2 years ago