Skip to content
Open navbar menu
Sign UpLog In

Community

#100DaysofPython
PromptFinder
Profile picture for CoderGautamYTCoderGautamYT
DATA
Profile picture for SteveMoracoSteveMoraco
Diplop
Profile picture for mathieufloresmathieuflores
Explore the Community HubSubmit a Deployment
Community Hub
Submit Deployment
FEATURED
LenaAtReplit
Welcome to the Replit Community!
jeff
Announcing Ghostwriter Chat
TOP TAGS
#python
#javascript
#ai
#apps
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
#Css
#c
jitesh9
jitesh9
published a Repl
2 months ago
2
Day 83_100 Days
Day 83_100 DaysCustom Themes
Psikopat
Psikopat
Follow me2 months ago
xuennli
xuennli
published a Repl
2 months ago
1
EPIC 🪨📄✂️
EPIC 🪨📄✂️Day 17 of 100 days of coding challenge. Publishing this because I spent so much time on this and finally made it work 😭. But the code seems unnecessarily long! So lmk if you have any ideas on shortening the code x
BluDev
BluDev
Nice, Very Genious. Definitly should be on trending2 months ago
MarroneLFOfficial
MarroneLFOfficial
Advice: Use fkeycapture library instead of inputting chars2 months ago
1010616
1010616
published a Repl
1 month ago
1
Day 3/100 in 100 days of Python!
Day 3/100 in 100 days of Python!Check out what I did on my third day of Python with #replit100daysofcode! (Your amount of spaces before each input should be consistent to 0 spaces to prevent too much space between words)
MariposaSerpiente
MariposaSerpiente
LOL1 month ago
SimoneTagoe
SimoneTagoe
published a Repl
2 months ago
1
day_4_100_days
day_4_100_daysContinued learning, project game 'rock, paper, scissors'.
Andrew-Peng
Andrew-Peng
Rock paper scissors 2.0 print("Rock Paper Scissors") print() print("""Win against your opponent but mobilising rocks, papers and scissors. Make your move by typing 'R' (Rock), 'P' (Paper) or 'S' (Scissors). REMEMBER Rock crushes Scissors Scissors cut paper Paper covers Scissors""") print() name1 = input("what's player1's name? ") name2 = input("what's player2's name? ") p1 = input(f"Go, {name1}: ") p2 = input(f"Your turn, {name2}: ") print() if p1== "R": if p2== "R": print ("That's a tie!") elif p2== "P": print (f"Sorry {name1}, {name2} has you covered") elif p2== "S": print (f"{name2}, you are crushed") else : print("Are you serious?") if p1== "P": if p2== "R": print (f"{name2}, you're covered") elif p2== "P": print("That's a tie!") elif p2== "S": print (f"{name1}, you had been cut") else: print("Are you serious?") if p1== "S": if p2== "R": print(f"{name1} is crushed!") elif p2== "P" : print (f"{name2} had been cut!") elif p2== "S" : print ("Tie!") else : print("Are you serious?") 2 months ago
AnkanDas19
AnkanDas19
published a Repl
3 months ago
1
day7_of_100days
day7_of_100daysProject 7 - test with nesting where the program checks if the user is true fan of a show.
OpeyemiOkunleye
OpeyemiOkunleye
i invited you3 months ago
aryakshirsagar
aryakshirsagar
that took me 10 min to remember 3 months ago
henrygriffin330
henrygriffin330
published an Update
3 months ago
2
Hangman
HangmanThe classic game.
Added a __already guessed__ checker
The final update...
henrygriffin330
henrygriffin330
@henrygriffin330 3 months ago
#hangman
#python
#100DaysofPython
mprasoon564
mprasoon564
published a Repl
4 days ago
0
My first game (treasure-island-start)
My first game (treasure-island-start)It's the beginning of my game creation journey
mprasoon564
mprasoon564
This program is generated using basic simple if and else command. I know it lacks in many department but don't worry it's just a start.4 days ago
robertvj
robertvj
published a Repl
13 days ago
0
treasure-island-1
treasure-island-1Just a simple tresure island game written in python. Exercise with if elif and else statements.
NbFirefly
NbFirefly
Great project!13 days ago
fredduke443
fredduke443
published a Repl
1 month ago
0
27/100 Days Of Code Character and Stats Gen Subroutines
27/100 Days Of Code Character and Stats Gen SubroutinesLibraries: random, os , time if statements while loops .randint(), .system(), .sleep() method linking sub routines together
stevenlao91
stevenlao91
Nice. Is the health and strength pre-determined by class chosen?1 month ago
JimmyThomas3
JimmyThomas3
published a Repl
1 month ago
0
Space Text Adventure
Space Text AdventureA space adventure story I've been working on. It's not quite finished but I wanted to learn how to publish it.
davidtam5
davidtam5
Nice!1 month ago
Load more