What's your most impressive repl?
What's the coolest repl you've ever created? For me, easy - it's any of the newsletters.
oh thats not easy, i have so many. Alot of them are in my portfolio https://vvc.repl.co a privite repl
but, outside my web portfolio is https://vox.vvc.repl.co
And in my web portfolio is https://globe.vvc.repl.co or https://nk.vvc.repl.co
@vvc Your demos are impressive. Do you make web art for work?
@rogerio_neves my and my friends
Mine would definitely be this.
https://repl.it/@joshwood/The-Journey-of-Bella-Shores-5
My most impressive repl is probably this, which is an app I made a while back where you could draw/paint in the terminal. Hardest part was trying to read mouse input from raw ANSI codes.
@theangryepicbanana Yeah, how do you even do that?
@ash15khng not even sure anymore lol
@theangryepicbanana Lol rip I was hoping to learn how to do that
@theangryepicbanana it's not that hard, i just looked at the source code for xterm.js to figure out what terminal sequences to send and receive.
@mat1 wow I feel dumb lol
My coolest repl would be Final Dungeon Text Adventure! It has over 750 plays! I bet by the time I post this, it'll have 1k!
My coolest repl is a snake game i can show if yoou want go and look at thishttps://replit.com/@AdamBrstell/my-dad-made-this-one#main.py
I gotta say this is pretty cool.
a bit late, but ill still answer ;). anyways i think my ASB (All seeing bot, a moderation bot still in development built around customization) https://repl.it/@AllAwesome497/ASB-DEV
Beta is gonna be released soon, although i need to transfer my database as my current one is a bit slow.
Mine is definitely a lua interpreter written from scratch
Lua Interpreter
Wish I could say that it was not much, but it was hours of pain and they get better after each iteration!
Rapbattle vs. Computer. In it, I gave the computer common words in rap songs, besides swears, and I allowed the computer to generate rap lyrics. Your job, as the human, was to type in your rap lyrics and waste your day in an infinite rapbattle.
@Thehappysquid Did you submit it to our Music Challenge?! :O
@katyadee yes, and you visited it.
Probably the game thing i'm working on right now (not much to look at at the moment, it's more the potential of the project that I think is impressive)
https://repl.it/@SPQR/A-new-game-001
Oh yeah or this
https://repl.it/@SPQR/DOOM-1993
But can replit run doom
Mine is this chatroom.
It's not done yet (user data isn't properly saved and uploaded to and from the server) but it does support chat and individual rooms
This is still very WIP
Mine was probably my os jam suission. I'll link it in a bit.
@ThatSmart Don't forget!
https://repl.it/@mwilki7/VengefulWood
This story scrambler I made has made me laugh way more than it should have.
A lot of fun to make and a lot learned while making it.
@mwilki7 How'd you make it? what did you learn?
@katyadee Learned how to do file I/O with nodejs and how sync vs async functions work.
The program string replaces special characters with a randomly selected word from a giant text file.
Only adjectives, nouns, and verbs are swapped so the structure of the sentences are still there. You may end up with a story that makes sense or none at all.