Squeezy S.
@SqueezyS
i make crappy programs in odd ways
1
dosI wanted to test out Nix, so i put it to the test
BEHOLD! THE MSDOS IN REPL!
I put some games in the files, view the readme please. Other than that, enjoy and i will add more games too.
14
0
1
0
SDL2 images for repl?
Hi,
I am trying to make something that uses SDL2, but can't compile it without an image. If SDL images aren't possible, let me know.12
7
0
0
FreeCiv on repl?
Hello, i have built freeciv on repl. but it doesn't seem like i can run anything because of the fact nothing has been written in the PATH, nor is there any indication where the binaries of freeciv have been stored... am i doing this right?12
7
0
Q- is an esoteric programming language that's built with python and has syntax similar to python. Fork this repl and make your own programs with Q-!
Python
Hello,
My question is how to add a repl IP to a flask website i made. Is this possible or am i just going to have a IPless site?
Thanks,
SqueezyS
19wintersp From your repl "sqapi":
app.run(host='sqapi.squeezys.repl.run')
This isn't necessary. Just listen on "0.0.0.0", port 8080:
app.run(host='0.0.0.0', port=8080)
`2 years ago
SqueezOS
What is it?
SqueezOS is a horrible operating system in the beta phase, at least it has snake, at least
SqueezOS is also based around Bash
Bash
DaCuteRaccoon Nice job admitting that you are still working on the beta phase! Some operating systems on Replit say they are the best, yet they actually suck. Good luck developing it9 months ago
Hello, i am currently attempting to create a game with a character that moves on a 2d grid/plane
Coder100 unless you are wanting to learn where you can do it? I would use pygame
https://www.pygame.org/
next time please ask an actual question2 years ago
I am currently looking for people to help me edit Repl's wide selection of games, EG. Modified clients, Modified Servers, Modded standalone games, ECT
ORIGINAL POSTER AND CREDIT: @SpicedSpices
Hello People,
I decided to fork a game and make it better. The game i tried to fork was Square Strike ( htt
Node.js
Basically, I need people to help me make a game about decoding messages with a key. What you do is you have a message you need to decode and a key wit
gibbsfreenergy Please explain what you want the code to do a bit more clearly, like the backbone of this project.3 years ago
BizarreDrawer
This uses the turtle module to create completely random drawings, it requires over 100 births, livings, and deaths to create the same d
Python (with Turtle)
I keep on seeing it everywhere on my repls, what are they? and should i delete the,?
CodeLongAndPros pycache
Is exactly what it is named. It is Python's cache of bytecode. If nothing has changed, Python just runs from the Cache.3 years ago
I tried making a program in 40 minutes and this was the outcome.
if you dont like it then ok
if you do then please leave an upvote
Python
My first dungeon test with seeds, difficulties and random functions all at once. I highly encourage you to play this game, and upvote it if you like i
Python
A little thing i made a while back, It's so simple. it's addicting. You have a 1 to 9 chance of dying
Python
Try out my lockpick system that is so simple, it will make Go-fish seem like making an operating system!
Python
just put in your program ideas for me to make, because i'm bored and also trying to get skillz
HTML, CSS, JS
How do you import other variables from other files?
Atomic-Gamming here is a text example:
from (your file's name that you want the variable from) import (variable name)
here is a repl example:
https://repl.it/@JamesGordon1/UnusualMediumblueCharacter3 years ago