After testing this game 100 times to make sure it's fair, I present to you: Among us ALPHA!
# Introduction
This is Among Us ALPHA, which is based on...
NOTE: If you are using a chunk of code from this program, please credit me. :)
More than 400 lines of code! More than 12 hours of working! More than...
Is there something wrong with the following line of javascript? I want to change the background color to yellow.
```
document.getElementById("display...
Hello repl.it,
I was working on a game, and I have this error now. I'm not sure what went wrong, so I want to ask you guys. Before, I show the error,...
Hello,
I'm currently learning some Machine Learning, and I'm learning about Linear Regression. I'm trying to create a program where the program predi...
I linked a repl so take a look at it.
I want to find a way to implement a transition where when I scroll down a little the following happens:I want t...
No idea why I made this, but I just whipped this up in a short time. Please give me suggestions, comment your best score, and have a good day!
P.S. W...
So I'm stuck with a problem in HTML/CSS/JS.
I have a 20x20 grid in HTML. Now, I want to id every single grid. Like the bottom left is (0,0) and then...
Hello,
I linked a repl which contains code I found from github. It's supposed to be ai learning how to drive. But for every single AI learns how-to-d...
So I had this idea to use the replit database as a server. I'm wondering how often does the replit database update. For example, if I have two clients...
Hi repl.it,
You know how C has malloc and free? Is there something similar to that in Python. Or does the computer look through the program and see i...
# Introduction
Hi everyone! I'm kind of new to repl.it and this is my first post. I was just kind of bored, and I wanted to make a Python program. I...
Hi repl.it,
Is there a difference between using if statements and elif statements? Basically, are the bottom two pieces of code the same? (like same...
I just realized repl.it has there own database thingy. I used SQLite3 before, and now I'm wondering should I change to repl.it's database thingy. Any...
Hi repl.it
How do I make a multiplayer game in Python? If possible, can someone give me a small program that makes a multiplayer game (literally basi...
Hi repl.it
Is it possible to have 2 replit databases? I find them easy to use, so I want to get another one, but ... I don't know how. :( Basically,...
So I tried making a simple account creator, but I ran into a problem. Try it. Sign up and then log in. It would say your username doesn't exist but it...
I know there is a python library called sqlite3, which allows you to execute SQL code in Python. Can someone teach me the syntax to run SQl code using...
Hi repl.it,
I found some code from https://github.com/donkeyshaun/Snake, so I'm trying to run it. The repl I'm using is linked in this post, but when...