Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Andy Liu

@9751
I like odd numbers excluding unlucky number 3. I like to code cool stuff.
  • 9751 Docs

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • The Boring Website

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • TheTJWebSite

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • Chess Pieces

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • AgeGuesser™

    Cover page
    Made with Node.js
    Recent comments (1)
    EmeraldCraft125
    EmeraldCraft125
    3 months ago

    lol

Repls
Community
9751
9751
shared a Post
3 years ago
Making a chat site
**I've always wondered about how people make chat sites on repl.it Can anyone tell me?**
PattanAhmed
PattanAhmed
@9751 Hi, If you need to make a ChatRoom, you need to learn these two things so that you can start making your own! They are:- **1. Frontend:- Languages like HTML, CSS, and Javascript... Backend:- Languages like Python, PHP, Java, Ruby...** And the second thing is that you can find many tutorials specifically talking about this ChatRoom like this YouTube video or this Website or maybe this too *Hope this helps Please mark my answer if this helps*3 years ago
Coder100
Coder100
Hi! You can do it with node.js + socket.io as the backend, and HTML as the frontend. Make sure you know javascript. https://socket.io/get-started/chat/3 years ago
DynamicSquid
DynamicSquid
you need two things: frontend backend front end is HTML, CSS, to make everything look the way it is. then you need to actual make the thing using servers. you can find plenty of tutorial on youtube for chatwebsite, like this: https://www.youtube.com/watch?v=jD7FnbI76Hg&t=2903s3 years ago
9751
9751
shared a Post
3 years ago
So I imported a JPG file. Now how do I make it the tab icon for my site?
Weather Site
HTML, CSS, JS
Coder100
Coder100
Hi! Read this So, for you: `3 years ago
9751
9751
shared a Post
3 years ago
**Okay, I know I haven't posted repls in a while. So, in my free time, I made this repl. Enjoy!**
Take a spin
Python
VulcanWM
VulcanWM
Cool! Maybe you can add a spinning animation to this.3 years ago
9751
9751
shared a Post
3 years ago
How can I save accounts in a Python repl?
VulcanWM
VulcanWM
Try using repl-db.3 years ago
CodingRobot12
CodingRobot12
Maybe try using two files: one that keeps track of the username and one that keeps track of the password3 years ago
9751
9751
shared a Post
3 years ago
I need some help on a repl. It will be kinda hard... Can anyone help? P.S. It is Python
PattanAhmed
PattanAhmed
@9751 What do you mean by > P.S?3 years ago
Coder100
Coder100
wut3 years ago
9751
9751
Also need help on making accounts and saving worlds.3 years ago
9751
9751
shared a Post
3 years ago
Need a password? My first try got a good one: QTV72
Password Generator
Python
9751
9751
shared a Post
3 years ago
**ENJOY ROCK PAPER SCISSORS! IF THERE ARE ANY POSSIBLE IMPROVEMENTS, FEEL FREE TO COMMENT!**
Rock Paper Scissors
Python
gibbsfreenergy
gibbsfreenergy
You should make the game continous and add some color. I can actually redo this with color and give it to you if you don't mind.3 years ago
9751
9751
shared a Post
3 years ago
I made a CHESS PIECE tutorial!!! I work super hard on this to please upvote. Special thanks to @CodingCactus for the template
Chess Pieces
HTML, CSS, JS
9751
9751
shared a Post
3 years ago
**It is a animation... But not really. It is made of smiley emojis, But really. IT. IS. COOL.**
SmilesAnimation™
Ruby
JonDoeBeep
JonDoeBeep
e3 years ago
intriguing-
intriguing-
Thank you, @9751. Very cool.3 years ago
9751
9751
shared a Post
3 years ago
**Crack the code. It's that simple. But also hard. But... IT IS POSSIBLE. I HAVE DONE IT BEFORE.**
CrackTheCode
Python
Bruno32123
Bruno32123
Screenshot 2022-06-02 13.23.301 year ago
LeoSekour
LeoSekour
throw that in a while loop and it will be more playable.3 years ago
IvanChang111
IvanChang111
I solved it!3 years ago
9751
9751
shared a Post
3 years ago
**I made a non-snazzy typing website! I worked super hard on this, so PLEASE UPVOTE AND COMMENT P.S. Be warned - it doesn't save.**
9751 Docs
HTML, CSS, JS
IvanChang111
IvanChang111
AWSOME!! I would never be able to do this!3 years ago
9751
9751
shared a Post
3 years ago
I TRIED to make the Repl.it connecting thing.
Connecting...
Python
Bookie0
Bookie0
cool, but you should make it a tad slower. also instead of for x in range(999999999etc.), you can use while True which will make it go forever3 years ago
9751
9751
shared a Post
3 years ago
How do I make the turtle in Python with turtle disappear?
SixBeeps
SixBeeps
turtleName.ht()3 years ago
9751
9751
shared a Post
3 years ago
#FAKE LINK GENERATOR it is cool plz upvote and try it
Fake Link Generator
Python
9751
9751
shared a Post
3 years ago
CAN YOU GET DOUBLES??? P.S. It's pretty hard...
CAN YOU GET DOUBLES???
Python
Funkus
Funkus
I got doubles my first try...3 years ago
9751
9751
shared a Post
3 years ago
I made a wacky sentence generator! Please upvote!
Wacky Sentence Generator
Python
9751
9751
shared a Post
3 years ago
Is it possible to make repl.it using repl.it?
Highwayman
Highwayman
Yes. It is generally safe to say you can make anything with replit3 years ago
9751
9751
shared a Post
3 years ago
Just Spam! As simple as that!
Spam
Node.js
techgeek680
techgeek680
God! Cool !3 years ago
9751
9751
shared a Post
3 years ago
Talk to these goofball robots!
Talk to the robots
Node.js
techgeek680
techgeek680
Cool!3 years ago
9751
9751
shared a Post
3 years ago
How can I make an embedded page at this site say something?
Coder100
Coder100
Hello, assuming you are using JavaScript, the function to do it is: alert("text"); There are also prompt("input", "default value") and confirm("are you sure you want to do this?") Hopes this helps!3 years ago