I have been working on this for about a year and have finally brought it into a semi-playable state.

• Lack of cus...
I searched everywhere for sample javascript code for this (based on Box2D which is a C++ library) and finally found something functional.
The only th...
Time your jump and shot to make it into the hoop.
Press Space to jump, S to shoot
F for solitaire mode
W for walls
C to clear screen of all balls
D fo...
Ever wanted to write an assembly program on repl?
Now you can do it with this program!
An 8 MB file is used as memory and a place for the instruction...
I know this has been done on other sites before but I thought this would be a fun one to play with non-code-golfing languages.
# Code Golf:
Write the...
I have ~~devised~~ created a terr~~ible~~ific UI for a calculator. Conveniently drag and drop your number/operator ontop of the text area. This calcul...
I wanted to do something with pixels so I decided to make a game where you watch pixels battle each other. The data contained to play the game is cont...
Is it me or is anyone else unable to load the Share page while sorting by new?
I made a bug report
https://repl.it/bugs/p/91819-cant-load-the-share-se...
Play pong vs computer.
Add as many balls as you want.
Use arrow keys to control player.
Fullscreen recommended.
Post must be 100 characters long you s...
How do you get a client to connect to a nodejs server running on repl?
I'm attempting to make something along the lines of a simple chat room with soc...
I'm attempting to get a simple NodeJS server programmed in TypeScript to send a client a json string but I get this error message:
```
index.ts:17
app...
This number seems to fluctuate per day, but now my storage has a mind of its own. Is this a bug?

But I w...
How do I get the contents of a text file to an array in nodejs?
Here is my repl: https://repl.it/@mwilki7/nodejstest
I'm trying to open a file, save t...
Is there a way I can create a repl so that I can use CoffeeScript or TypeScript with HTML instead of JavaScript? I have a project with enough code tha...
Is there a way to disable line-wrapping so that I could use horizontal scrollbar instead? Seeing the lines out of order makes it difficult to quickly...
I'm attempting to turn an existing array into a json string so that this string can be saved for loading and saving levels in my game.
But when I par...
I wanted to toy around with the vectorized instruction set (128/256/512 bit registers) but I can't seem to get this to compile. It generates this erro...
I'm working on a menu system for my JavaScript Canvas game.
Press M to open the menu
https://repl.it/@mwilki7/Canvas-Basketball
The game works but th...
Here's my submission for the fourth weekly challenge
formatting in html infuriates me as usual
You can enter numbers as integers: 12345
or words: twe...
I saw a really interesting video about a visual representation of Fourier Series. I really wish I saw this before learning about Fourier transforms. F...
This is the Story Scrambler.
This takes a story template (like Mary Had a Little Lamb) and switches up the verbs, adjectives, and nouns.
Create a new...