I tried this in python once by doing it by hand, but it was WAYY to hard so I just did this instead.
Anyway, here you go, some satisfying rain.
Edit...
There are like a BAJILLION posts on replit that are "calculators" that go like this:
Please input which operation you would like: Plus, minus, add, o...
4 files, each with a different language. Each file will call the next file, and then commit die. Like this:
```
**main.cpp**
run main.py
kill itself...
An interpreter for a fully functional language called Ckript.
Also check out the web version here:
https://ckript.netlify.app/
Basic documentation c...
Hello. So I made a header library for parsing JSON. Im not too experienced with C++ so it's probably not the best. I only started C++ about a month an...
Hey there people,
this is my first ever game posted to repl talk in a console. I usually try to avoid this, but since I am a slow learner, I need to...
# The L Programming Language
This is a programming language that I made as my final project for my CS class this past year (for those of you who are c...
Hello everyone. It's been a while since I last posted. I just wanted to share this text-based Tic-Tac-Toe game that I made. It checks for ties, can be...

# Mandelbrot in C++
[Be sure to check out m...
Yay! With the help of my friend @AmazingMech2418, I have learned the basics of C++! Obviously the first thing I made was a π approximation program!
I...
[Empirical](https://www.empirical-soft.com) is a language for time-series analysis. It has builtin Dataframes (tables) and integrated queries. It's fu...
This is story text game in which you have to survive. I think this is a good story. I am still learning to code C++ so please tell me if anything goes...
This is a small single-file header-only HTTP library for C++!
***REMEMBER THIS WONT WORK FOR HTTPS***
Simply copy **htpp.hpp** to your project and i...
Hi guys,
This is my first post. I was looking at the news (with coronovirus spreading and mass panic ensuing) and decided to make a little simulator o...
Fight your way through multiple bosses. Includes a stat page, multiple classes, secret characters, and interesting challenges to overcome! I update as...
I've been learning c++ recently, and decided to take on a text editor. Using the input method that I explained [here](https://repl.it/talk/learn/Detec...
## Free upvote chance!
Here is what I have on my game right now. I want you guys to play it and tell me what your high score was! (Format as How many...
A chat room server written in C++!
Doesn't use websockets, I could not find a good websocket library that didn't require tons of dependencies like op...
A real python compiler!
For now it only supports a small amount of the syntax.
This compiler compiles python directly to C, which then gets compiled...
Web browser 2/4, no libraries.
I just now got this to work, so as it is right now it can't do any complex CSS styles or numbers yet, so only identifi...
In this lab you’ll create a Stack using linked lists. To do this the class Stack has declared some useful variables, pointers, functions, and the clas...
I wanted to improve my programming typing speed and couldn't find a good website to practice on. Since all the typing tests are in plain English. And...
So i made a really bad library to show everyone what you can do in C++. It basically can "log" to the console, and it can use a "Math" class to take a...