Some Body
@Logimite
when I try to fork it says "upgrade to make private repls"
Any good django blog templates? Too lazy to make my own.
ch1ck3n i actually made one but it deletes changes made unless you have the repl open
https://replit.com/@ch1ck3n/blog2 years ago
If you want a blog template, I made this cool blog template for you guys. It is kind of an old school skeuomorphic website. Hope you like it!
HTML, CSS, JS
I want to make a gen z humor generator to make art that looks really weird and appeals to gen z humor. I haven't found anything like this but how do i
About Me Website
This website is something that I made for the challenge. However, when I tried to submit it, I couldn't. Then I realized that the cha
HTML, CSS, JS
I made this game a few years ago and I forgot what the code meant. I also saw that there was some code that was not needed in this. Can somebody pleas
HTML, CSS, JS
This tutorial is meant for beginners who are getting started with Python Turtle. This will make a simple program that will make a different piece of a
Python (with Turtle)
thewilliam I like turtles, but you should get serious as a driver in Augusta. If you have been involved in a car accident, you should seek compensation for your injuries. Don't hesitate and consult a car accident lawyer in Augusta6 months ago
mytom2 This post is very useful to us, moreover, this website always brings useful information to users. I am honored to be a member of this forum. Please continue this good work! I am a wordle game lover and usually play fnaf every evening. How about you?7 months ago
fitzgeralddurha Have you ever imagined how the ball rolls in 3D space? slope 2 unblocked8 months ago
Sit back and relax.
PS: I am having trouble adding background music into my repl. Please help.
HTML, CSS, JS
Press space for a new superhero. I made this website, so I decided to share it with you guys. It would mean a lot if you upvote. I put a lot of effort
HTML, CSS, JS
lsambrook I have copied your code a i have changed it, tell me what you think about it.
https://repl.it/@lsambrook/SuperHero-Generator
If you liked what i did, could you upvote for my meme website ? it's the one with 19 upvotes4 years ago
Please help me with the error: https://repl.it/@laksh5/SewperHewo
When I try to find the length of "Powers", it says undefined. Please help! https://repl.it/@laksh5/SewperHewo
heyitsmarcus You called your original power array powers, so you just left an s off of your variables in this line:
var powerer = power[Math.floor(Math.random() * power.length)];
Change to:
var powerer = powers[Math.floor(Math.random() * powers.length)];
>If this solved your problem, please consider upvoting and marking my answer as the accepted answer to close this question. I'll continue to answer questions you may have.4 years ago
This is not working, and I do not know why. Please help! https://repl.it/@laksh5/SewperHewo
JustARatherRidi The problem is at line 88. It looks like you want 2 elements in your story array, but at line 87 you close the array and open it again in the next line.
To put both your strings in the same array, remove the ] in line 87 and replace the [ with a comma in line 88. Your array should now look like this
var story =
["One day, " +
realPerfectName +
" was walking down the street, and he/she came to a strange sight. There was chemicals oozing from their home. Curious, he/she touched the chemi4 years ago
Hello, I have tried to make an HTML program that mysteriously stopped working in the middle of when I was coding. I tried reloading the page, opening
I am making a program with JavaScript using an HTML canvas. Error: Expected '}'.I tried really hard to see what is the error, but all of the braces lo
a5rocks Have you fixed your error yet? Running your code doesn't give me Error: Expected '}'. Going through a couple errors (extra newline in html, forgot a comma in person setup, misspelled function as functon) gives me an error for .getcontext, which I don't know :/.
tl;dr please update your question so that we can know your current problem.
Also, it seems you are trying to follow this tutorial : https://repl.it/talk/learn/JavaScript-Games-Tutorial-3-the-Canvas/11299. Try taking the exact code from 4 years ago
IT DOESNT LET ME PASTE IN THE REPL.
Cu3t0m I saw this on codepen.io but urs looks a little modified.
https://codepen.io/andytran/pen/RPBdgM1 year ago
Generates mazes then allows the user to solve the maze, it also has a variable gridsize and cell size. Made with python turtle. It will take a long ti
Python (with Turtle)
So basically, you are a square. you try to eat your food (red square), but the more you eat, the more clones try to attack you. If you touch a clone,
HTML, CSS, JS
JaumeSebastia Very good game but when you eat the red square you cannot move oppositly in the same line. I mean if you move vertically up then you cannot move vertically down in the same track. I just wanted to show that error.
Is a greate game.4 years ago
This is my first project with Django. This is called word count. Basically, you just enter some words and it tells you how many words you inputted. Th