Some Person
@aguy11
Middle schooler who likes coding cool stuff.
156
MinerUse your handy pickaxe to mine iron, gold, and gems to make the biggest profit possible and upgrade to the highest levels.
12K
168
156
hello peoples
I've been trying to develop a small library for making a terminal game for myself (i be greedy).
The problem is, when I tried to make a
Python
Are you annoyed by useless HTML games that crash your computer for no reason? Do you want to not burn your house down? Well, lucky you, you can now pl
Python
Radhikamr When I used to play computer games as a child, I did not know that so much of coding went behind all of these games. After I bought my laptop from HighShop and started taking some online coding classes, I finally understood the whole concept behind computer games.7 months ago
justinahrent I had to play to earn games to save up for a whole mining farm since I didn't have money for several powerful computers. I went to a very ordinary office job at a law firm. I didn't see any career opportunities because my face is not very attractive. You know, people in my field like punchy and cute guys who inspire confidence among clients, judges, and opponents. I understood that I needed to look for other ways to earn money. Otherwise, I'd never be able to lead the life I wanted, travel the w11 months ago
Covid Simulator
We are all living in the times of a pandemic...
(Or if you're reading this after COVID, it's good that it ended!)
And sometimes we
HTML, CSS, JS
I have tried to create a car AI (With neural net and everything). But I am having trouble drawing images onto the ` in which I want to display the AI
HTML, CSS, JS
Coder100 it takes time to load the car, add this to your preload:
let carrboy;
function preload() {
carrboy = loadImage("carrboy.png")
}
now you can just draw carrboy:
image(carrboy, 0, 0);
`2 years ago
Space Invaders!
Hello everyone! Over the past 4 days I have been making a totally awesome game called Space Invaders.
You might have heard about a g
HTML, CSS, JS
I have already asked this in Stack Overflow.
It did not work.
I am asking here, knowing that it is actually probably a better place than Stack Overf
HTML, CSS, JS
Coder100 anyways I think you are better off with reading this
hmmm bad link
anyways
piece_img = new Image();
piece_img.src = "./imgs/white/wrook.png";
ctx.drawImage(piece_img, px, py);
it may take some time for images to load, so to make sure all images load:
`2 years ago
So, I was strolling around on REPL, and looked at my sidebar:
Screen Shot 2020-09-11 at 3.00.42 PM
(My name is not aguy11123...)
But when I go to m
PattanAhmed @aguy11 Hi,
I think you can solve this in two ways:-
The first one is to Refresh your page and try.
The second one is to Logout and Login again.
01
02
If none of them works, then probably you can consider it as a Repl.it Bug at last.
Report it to Bugs Sections.
https://repl.it/bugs/
The community of Repl.it might follow up with you there.
That's it
Thanks!
Hope this helps2 years ago
Literally, exactly what the title says.
Python Search Engine Template!
Sorry, this is my first template, so if it's horrible, tell me what the concer
Python
Lenstadt
Lenstadt is a computer language meant to torture you with its inflexible ways.
It was created by me and @jhugh36
Documentation
Lenstadt h
Python
My first BrainF* Program.
Very simple. I am not very smart, so this took me two days to make, please don't judge. All this should print is Hello! Go
BrainF
How to make a Programming Language in Python
Hello everyone! In this tutorial, I will teach you how to make a very basic computer language with a bas
Python
angrydoge Do you know how to make if statements in this, or a repeat loop like @Lethdev2019 did?2 years ago
conspicous @aguy11 got a repeat loop into my programming language using this. YAY. But it is not able to use nested loops.2 years ago
I have recently been wanting to enter the computer language jam, but cannot. I read the guide, and completed every step but the last one, where you en
JesseHaig Do you realize that quality testing is vital? There are a few items and administrations that bomb since they weren't tried as expected. This is one of the missteps of certain organizations, particularly the individuals who are as yet beginning. They expect that searching for a far off QA architect will simply be a misuse of cash. It isn't. You ought to get to know the advantages and you will be persuaded why you should employ this. Individuals will be talented in various ways. What abilities wil1 year ago
Fighter Bot --- My first Discord Bot
This is my first Discord.py application, nothing too fancy. It's a pretty simple game, where you are in charge o
Python
VulcanWM I haven’t seen this bot yet, but I suggest a different prefix because I have seen many bots with that prefix.3 years ago
Why so many versions?? Because this is the first version of the beginning version, which when released, will actually qualify for a 'good computer lan
Python
So, I'm just starting to learn Javascript and HTML, and after a few more text-based kind of games, I decided to make one with a canvas. It's not compl
HTML, CSS, JS
Coder100 Right here:
image
main() isn't a function (because you already evaluated the function).
Instead, it should be:
setInterval(main, 500)
`3 years ago
This is a challenge I have given myself. In it, I will let 5 people give a game idea or part of one. (Only one though!) The people I will choose will
RoyalPineberry Make a game where you have to survive machines trying to exterminate humans and and take over the world. 😀😃😁3 years ago
CoolJames1610 Make a football simulator where you start and will live the life of a footballer (or soccer player for Americans)3 years ago
Notice: This tutorial does not explain how to publish a package, because it cannot be done in repl.it. To see the guide for publishing a package go he
Python
Flyingcrabs what happend if i seitch to a new repl will i still be able to import the package?2 years ago
I think the title is pretty self-explanatory. This is a clicker for guys, um well yeah, guys, and you must click and then buy stuff... If you want me
HTML, CSS, JS
I have recently started building a computer language called Double (I won't provide the details, but if someone wants them I'll add them), and have go
Python
DynamicSquid Could that while loop be infinite?
while self.token_index < len(self.tokens):
print("Here" + self.transpiled_code)
exec(self.transpiled_code)
`3 years ago