BETA
Truth is, game was rigged from the start.
118
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
Python
22
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
C++
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.2 years ago
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 intended2 years ago
13
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
C++
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?2 years ago
12
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
Python
Cornbread414 I took this and edited it a little bit to fix some spelling errors and the end message.2 years ago
10
(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
Python
AlexanderTarn First of all this isn't America
Where is McDonalds?!
Or the deep-fried Oreos?
(Sorry I'm hungry)2 years ago
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.2 years ago
4
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
Python
3
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
Python
2
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
Python
1
Saw all of the "empty" repls, but noticed a glaring flaw. They still had an open file. Here's a real empty repl. No files whatsoever
C++
1
Inspired by @AlexanderTarn 's BEAN Language.
I decided to make a language that is meant to be easily readable.
INSTRUCTIONS/DOCUMENTATION
Creating
Python
1