The Magic Mushroom
@KobeFF
I am a mushroom
I get an error for invalid syntax!
I'm new to python i need help :(
If anyone knows anything about this please comment!
Python
RYANTADIPARTHI Solution
your problem is indentation. the if statement seems indented for now reason. Just unindent it, on line 174. it should work then2 years ago
KobeFF @Coder100 @BuddyRaider sorry this got fixed in another ask question I posted earlier lol :P2 years ago
Coder100 hey uh next time please have a repl that actually has bugs
we don't like it when you fix bugs2 years ago
I'm trying to make a farming simulator, but I have an error. It keeps on saying this:
Can only concatenate str (not "int") to str
Whenever I select
Python
SixBeeps Instead of + land + do + str(land) + and instead of + wheat + do + str(wheat) +. You have to turn all numbers into strings before concatenating them.2 years ago
Hi! I'm trying to need a program in python that adds 1 to a variable every second the program is exceuted.
Obviously, I could use a sleep() function,
RYANTADIPARTHI Solution
use the normal time module, try this code.
import time
x = 100
while x > 0:
print(x)
x += 1
time.sleep(1)
like that.
That should work2 years ago
RhinoRunner You could use time.perf_counter()
import time
x = 2
time1 = int(time.perf_counter())
time2 = int(time.perf_counter())
while time2-time1 != x:
#put code here
time2 = int(time.perf_counter())
Yay 2 seconds passed owo
So when the time passed from the start of the while loop is equal to 2, it will stop.2 years ago
The Solar System
> By KobeFF
Have you ever wanted to see the solar system IN MOTION!?
Well, I just learned how to do CSS animations from W3Schools.
HTML, CSS, JS
hElLo EvErYoNe!!
How's your day? :D
... Very Noice.
Quick question..
What do you call a dwarf on ice??
...
A MIDGET SPINNER!!
> ###### lol imagine us
HTML, CSS, JS
🖼 Image Filter! 🏔
This nifty little project made by moi, will allow you to upload a photo and set it under a filter! I was playing around with CSS
HTML, CSS, JS
Bored? Fear No More!
Hi guys! Today I'm here to share with you a fun and interactive quiz that will recommend you some fun sites based on your respon
Ruby
RayhanADev Lmao it doesn’t work. Blank screen. I was looking forward to a Ruby project :(
Edit: oh wait it does!!! Nice one!!!2 years ago
Okay, so my repl.it account was created via google, so I sign in with google. But today I tried to sign in with github and authorized it! but then it
BЯΣΛKӨЦƬ
Hey y'all! I was bored in the middle of History class so I made this... Not too impressive but pretty good for a 40 minute session - not to
HTML, CSS, JS
Sooooooooooooooooooooo, I recently bought a course on Udemy which, surprisingly, came with a free .tech domain and advanced hosting for one year via E
Coder100 here are some ideas:
kobeff-likes.tech
kobeff-makes.tech
kobeff.tech
mushroom.tech
And inside it is like a portfolio, or something like:
haha this website is taken! Contact me to not get the domain!
`3 years ago
After 6 hours of hard work, I present you...
🦎 Dino Game 🌵!!!
Using Ready, I created a nearly identical Chrome Dino Game!!! (with like 10x better
HTML, CSS, JS
Hey y'all, I just finished this test that will determine your mental age!
Have fun!
Special thanks to @CodingCactus for finding an error, and @Avaya
Ruby
In this project, I'm showing you how to style text in Ruby! Using this bit of code I found on the internet, You too, can create endless possibilities
Ruby
LOLCODE ~ The Basics...
LOLCODE is an esoteric programming language inspired by the funny things on the Internet. It is designed to test the boundari
Kookiez hmm, i think itz supposed to be I HAS A, not I HAVE A... but other than that, good tutorial!3 years ago
Remember my first Mad Libs? Well, I've created a new one! (Personally, I think it's funnier than the last one...)
Feel free to post your results unde
Ruby
Based off of CodingCatus's Cactus Simulator, Survival Simulator is a game where you are stranded in a forest. At the end of every week, You must choos
Ruby
JoyXinran Very fun game! I especially loved the text art you included. I think I would recommend that you can put more specific game rules in the beginning. I know we can know the rules from the written code, but you can also add the survival rules, like "Hunting: Food +7, water -5, energy -5", etc. in the beginning so we know the basics. Otherwise we may die without even knowing what happened, right? Otherwise, I loved your game! Thank you!3 years ago
BlueComet Nice job. Maybe you could make it like a simulator and a text adventure combined so theirs a different scenario sometimes. But overall Great Job :)3 years ago
PXY The text art was really touching, and the game was quite enjoyable. Took six attempts to finally get through D:3 years ago
This is just something I whipped up in like 10 minutes, but it's still kinda cool. I fell out of my chair laughing when I read the story... XD I'll ad
Ruby
BobTheTomatoPie Coool! This is really cool, this may sound sad, but I've never even heard of that language, so its an accomplishment to know it.3 years ago
Much like this template, This HTML template is for a online profile for Repl.it.
This template includes...
Username
Real Name
Profile Image
Cycles
Sc
HTML, CSS, JS
Mrcoolcool for some reason when i go into the website with chrome it blocks me it says its going to steal my data1 year ago
In this repl, I created a clicker game template. Its example right now is pretty corny (As you're collecting 'Happiness'), but you can change it to co
HTML, CSS, JS
So recently, I have been learning game development with Phaser 3, but repl.it doesn't support it yet, though they have been adding new languages, such
Highwayman If you go in the learn section, then you’ll find a tutorial in phaser.js
Edit: yup @PDanielY was right. It is definitely a browser thing
https://repl.it/talk/learn/Making-a-Phaser-Game-with-HTML5-and-JavaScript/75933 years ago