. ..
@TheMaster7661
0
Python Turtle Snake Game
This is not your normal Snake Game. This Snake Game was made with Python with Turtle. This is one of my very first times creating something using Turtle, so I hope you all like it. Use WASD to move the snake. Try to get the highest score.1
Game Help
I am trying to do something for a game I am creating, and right now, I've defined different colors, but the editor says that my colors, like "cyan" and "white", are not defined, when I have clearly defined them above in my code. What is going on?NFadhlurrahman @TheMaster7661 Just move the definition of the colors outside of the function. Remove the indentations of line 9 to line 27.1 year ago
33
8
1
1
Help With Python Audio
Hello, how would I be able to have my music play at a nice, loud volume, but without it lagging?33
8
1
1
Crystal Cloud OS
Hello, I have started this game and wanted to share what I have so far. This way, you can watch how the game progresses and grows over time. Also, if anyone has any ideas and would like to team up with me for this game, we can do that. Any and all thoughts and ideas are welcome. This game focuses on the future. You are someone who went into space for a long time. After coming back, your Crystal Could OS told you what had happened. That's all I have for now, but more will come in the future.33
8
1
My Idea
The idea that I would have for the game would be that it would be an RPG type game, that is created in something like HTML/JS/CSS, or another
Python
Hey, I have a project I want to do where when you run it, it shows the title, and a play button, that when you hover your mouse cursor over it, it cha
TheMaster7661 @Coder100 @jajajajajaja @JasonLiu19 @RYANTADIPARTHI @SUHASTADIPARTH1 since I don't know HTML too well, would any of you be wanting to help me? And don't worry, both the song and the images are all mine.2 years ago
Coder100 Well, HTML would be the best choice as you would be able to easily add images and styling.
However, you should also consider the fact that, if you do use HTML you will most likely not even need many of the images! It will also easily allow you to add new sprites with little hesitation.
Conclusion
use HTML/CSS/JS for easy development
use P5.js too (if you want) for gameplay2 years ago
TheMaster7661 @jajajajajaja @JasonLiu19 @RYANTADIPARTHI @SUHASTADIPARTH1 my code will have these:
costume3
costume2
costume1
backdrop2
backdrop1
202011220hpKleki2 years ago
Hi, recently I decided that I wanted to try and fork a Github repo, and at first, I couldn't figure out how to configure the run button, but then I fi
Bash
TheMaster7661 @EpicGamer007 @RYANTADIPARTHI I figured out that I just have to press play, and the modules that the program doesn't find, I just have to type pip install
and keep pressing play and installing the modules, but I ran into this one error, that you can see yourself if you run the program and try to install the not-found module.
Screenshot 2020-12-01 at 11.46.00 AM2 years ago
EpicGamer007 You need to install a package named "babel":
image
im pretty sure all you gotta do in this case is type pip install babel into the console
but wait wait
have you heard of babbel? The creator might have made a spelling error and it should be babbel instead of babel
The creator also calls it language_handler so it is very likely there is a spelling error2 years ago
Text Adventure Quest!
Part One...
Hello, you can call me Noah, and I'm the owner of this game. I wanted to say "creator of this game.", but I'm not th
Python
Hi, I've been working on this game with @Muffinlavania and @OlauPla, and we have a file called "battle.py", but at the bottom of "Main.py", when it im
Python
What do you think?
use these commands to interact: NORTH = 1
SOUTH, EAST, WEST, UP, DOWN, RIGHT, LEFT, IN, OUT, FORWARD, BACK
You don't have to type i
Python
Muffinlavania Well I know someone already said this butttttttt
Introducing os!
>Yay
Basically what it does is clear the screen, with os.system('clear')
So hook that up to a function....
def iliketurtles(): #any name
os.system('clear')
#Boom bam pow
And use that after each input, so when you hit enter it clears the screen
Also if you would like you could add text that slowly prints out, character by character(Did I hear free advertising? )
Also BookieTheCookie already mentioned this, but colors are cool
(2 years ago
Bookie0 Pretty cool!
Some suggestions:
an intro screen with the title, in nice ASCII font
an option to see the rules, as well as the commands (in for IN, s for SOUTH, etc)
an option to see like the story behind the game, like what year, setting, etc.
colors! must add
more scenarios
maybe random scenarios, instead of having the same events all the time
a part where you fight monsters or something
maybe a sorta voice that kind of guides you through the story. Like it narrates everything and gives tips
g2 years ago
Hay, does anyone wanna help me make my game better?
Hi, I have a text adventure code that I made, but it gives me an error and I don't know why. Can you please help me out?
Java
Coder100 oh ok found it, why do you have two import java.util.*? >:(
ohhh because you pasted in the code...
well next time make sure your code is good.
working repl
I also removed a lot of useless arguments and some naming things as well :)2 years ago
Coder100 May I ask why your class is lowercased???
That is not ok, make sure it is:
Driver.java
import java.util.*;
public class Driver {
`2 years ago
Hi, this is a project I am making on the coding website, Scratch (https://scratch.mit.edu/projects/147257606/editor). I was hoping that maybe someone
Node.js
SixBeeps If you want to be a good person: https://s2js.com/
If you want to just get it done and over with: https://leopardjs.now.sh/2 years ago
k9chelsea2 .1 thats not a java repl its a JavaScript one (very different not at all related)
.2 scratch is not coding
.3 pretty sure this is possible but you would probably need to finish it on scratch then export it over to replit2 years ago
Hey, would you like to help me with a coding project? If there is anyone who uses the coding website, Scratch, please check out my project (https://sc
Here is my code project for school. I made sure to do everything right, but I still get the same error. Can someone please explain to me what I'm doin
Java
EpicGamer007 Ok , u did what Six and Coder said. Just so you know, there can only be 1 public static void main(String[] args). If you wanna fix this, change the public static void main(String[] args) in SammysMotto2 to public SammysMotto23 years ago
Coder100 Have you tried:
Main.java
class Main {
public static void main(String[] args) {
SammysMotto2.main();
}
}
and then for SammysMotto2.java:
class SammysMotto2 {
public static void main() {
System.out.println("SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS");
System.out.println("S Sammy's makes it fun in the sun S");
System.out.println("SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS");
}
}
`3 years ago
Hi, does anyone know how I could be able to find out where my error is in my Java code when the repl workspace wont show it?
I was creating a project for my virtual schooling, but I soon discovered that I can only download as a .zip file, when I needed a .Java file.
Java
Coder100 They download as a .zip because that is the only way to download folders from the internet. Anyways, just unzip it and everything will be there!
Also you can request this feature by post it to feedback!3 years ago