Skip to content
Open navbar menu
Sign UpLog In
Profile icon

@RomeroSchwarz
Truth is, game was rigged from the start.
  • text editor

    Cover page
    Made with C++
    Recent comments (0)
  • Small OS

    Cover page
    Made with Python

    A little mock OS I made in my free time.

    Recent comments (0)
  • 1300's peasant simulator

    Cover page
    Made with Python

    Basically Dark Souls but with Feudalism

    Recent comments (9)
    CalebWard5
    CalebWard5
    25 days ago

    harder than malenia fr fr

    UriahGuyton
    UriahGuyton
    2 months ago

    how many ways to die are there

    grejsbgjergvje
    grejsbgjergvje
    2 months ago

    It really sucks

    grejsbgjergvje
    grejsbgjergvje
    2 months ago

    That sucks

    grejsbgjergvje
    grejsbgjergvje
    2 months ago

    It not working though

    grejsbgjergvje
    grejsbgjergvje
    2 months ago

    cool

    MasterofR
    MasterofR
    4 months ago

    10/10

    ooh image

  • america simulator 2000

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
ignore this, just testing
please ignore this, i'm testing repltalk, don't comment.
ignore
Python
RomeroSchwarz
RomeroSchwarz
hello3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
ANSI codes are annoying, so I made a little cheat sheet for anyone to use. I know there are other modules for this or whatever, but I just wanted to m
ANSI cheat sheet
Python
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
I've been learning c++ recently, and decided to take on a text editor. Using the input method that I explained here, I made a pretty rudimentary text
text editor
C++
CSharpIsGud
CSharpIsGud
https://repl.it/@CSharpIsGud/cpp-text-editor Here is a revised version of this, it handles input and rendering better. For example when typing into the editor the terminal does not flicker.3 years ago
sycrepl
sycrepl
Also i really like how you can just type c [name] rather than c then name in another input. Can't tell if that was intended3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
So, in all of the repl consoles, you need to press enter to input something. However, there are ways around this. This one is for c++. First, we're g
getc testing
C++
Bunnytoes
Bunnytoes
how do you do this in c#?2 years ago
jhonnyisraelisr
jhonnyisraelisr
You´re my hero!3 years ago
ChimaNwosu1
ChimaNwosu1
Hey do you have any advice on how I can use this code to make a d- pad. So like when I press wsad instead it prints out a space to the right, left, down, or up instead of an integer?3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
just messing around with the chatterbot github and english corpus and created an excessively large dataset for it. Note: It's really slow because the
Learning chatbot
Python
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
Recently, I needed a progress bar in a project, so I thought I would share it so any can use it. Just paste the function (and imports) into your pytho
loading bars
Python
PowerCoder
PowerCoder
Nice! You inspired me to make my own.3 years ago
HackermonDev
HackermonDev
https://repl.it/@PDanielY/loading-bars3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
Inspired by @AlexanderTarn 's BEAN Language. I decided to make a language that is meant to be easily readable. INSTRUCTIONS/DOCUMENTATION Creating
bruh lang
Python
AlexanderTarn
AlexanderTarn
Cool! Looks way better than my code!3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
(Not related to 1300's peasant simulator) This was a test for a text adventure engine that I plan on making. Right now, it's not much. You can really
america simulator 2000
Python
AlexanderTarn
AlexanderTarn
First of all this isn't America Where is McDonalds?! Or the deep-fried Oreos? (Sorry I'm hungry)3 years ago
thequestioner
thequestioner
thanks america3 years ago
TemporaryRager
TemporaryRager
You don' have to from os import system, name and then create the clear() function. Repl.it has a built in file. just from replit import clear.3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
Inspired by my AP World class, I made a game about the black plague. You play as a peasant trying to survive the plague. Try to unlock all of the endi
1300's peasant simulator
Python
FrancisPan
FrancisPan
image DUN DUN DUN! it doesn't work2 years ago
brogen
brogen
package failed to operate???3 years ago
RomeroSchwarz
RomeroSchwarz
shared a Post
3 years ago
I've seen quite a few Brute Force Password Crackers on here, so I thought I should give it a go. It's a bit slow; I'm not sure how to optimize it. He
Password Cracking!
Python
Purple01Flame
Purple01Flame
On line 5, try doing: if not disp.lower() == "y":3 years ago
Cornbread414
Cornbread414
I took this and edited it a little bit to fix some spelling errors and the end message.3 years ago