Hi everyone!

Use this space to share anyt...
Hey there replers, we back at it again! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk pos...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
You know those "Python interpreters" which are really just `eval(input())` (or `exec(input())`)? Well, I decided to make the polar opposite of that —...
# C RPG Game
After many segmentation faults, stack smashes, floating-point errors, and some more errors, I am proud to announce...
**C RPG Game**
##...
## Hello, again
Lol. Ok. This time I am actually sticking with the language. This language is Bite, yes I know I said I was making Bite like 2 months...
Hi!
I have created the most useless C project ever. I think it is a bit self explanatory lol.
If this is counted as spam I will take it down, I just...
donut.c - donut shaped c code that outputs a spinning donut
# [Source - I take no credit for this](https://www.a1k0n.net/2011/07/20/donut-math.html)
This is C code that outputs a spinning ASCII donut.
### **T...
Hey everyone, I just wanted to share a little project that I've been working on. I've always loved text based RPGs, so I decided that I was going to s...
Particles with reactions (sand, veg, water and lava)
This is a prototype for what will later be a game.
Pyramids, lakes and grass!
Compile:
> ctr or cmd + shift + o then type "osh" (open shell)
> make
>...
Coyote is *the* static scripting language, designed by @DarkUranium with help from @pixelherodev. The flexibility and interoperability of Lua, with al...
Hi. So I am currently starting a _new_ programming language called _Bite_ and this language is aimed to further advanced features to work with memory...
# Chapter five: The Empire points back
Today, we will be talking about one of the most loved/feared C features.
That's right: `pointers` (As defined...
So, you might have already seen @StudentFires 's attempt at a fast and accurate π approximation in C++...
So, here are two actually fast and accurate...
This will build a platformer level where the player can jump from any one tile to all the others.
This assumes that the player can jump 1 unit up and...
Weekly Challenge #1 - C Solution - Proof of Concept - NOT MY SUBMISSION
I know the challenge says that we can't use external libraries, but C requires using libraries for basic I/O.
Thank you to @CodingCactus for letting...
Whether it be for a computer systems class or just for fun, programming in assembly can be a powerful tool in understanding C programs and computer ar...
If you want a guess a number game, (to the ten thousands). Then this post is for you! This relies on an __asm__() command called "rdtsc". Which is use...
It was painful, but I got the object oriented C to work. Here's how:
- When an object is created, its function pointers are initialized to addresses....