Skip to content
Open navbar menu
Sign UpLog In
Profile icon

. ..

@TheMaster7661
GitHub
  • Text Adventure Quest - Part One

    Cover page
    Made with Python

    Part One of, hopefully, a series of games, telling the story of two great friends, a magician (you), and a warrior (the

    Recent comments (0)
TheMaster7661
TheMaster7661
published a Repl
6 days ago
0
Hello World!
Hello World!This repl is just a complex way to have the console input "Hello world!" I challenge others to try this challenge. Try to take something simple, like a "Hello world!" code and make it complex. And if you are wondering, I wrote all this code myself. I tried using ChatGPT, but it said that doing code like this would be unreasonable, wouldn't follow the rules of Python coding, and wouldn't be easy to understand; therefore it would not do it.
TheMaster7661
TheMaster7661
published an Update
2 years ago
0
Python Turtle Snake Game
Python Turtle Snake Game
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.
#python
#games
TheMaster7661
TheMaster7661
published an Update
2 years ago
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
NFadhlurrahman
@TheMaster7661 Just move the definition of the colors outside of the function. Remove the indentations of line 9 to line 27.2 years ago
TheMaster7661
TheMaster7661
@NFadhlurrahman ok, thanks!2 years ago
TheMaster7661
TheMaster7661
@NFadhlurrahman Would you like to help me create my game?2 years ago
TheMaster7661
TheMaster7661
published an Update
2 years ago
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?
TheMaster7661
TheMaster7661
published an Update
2 years ago
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.
TheMaster7661
TheMaster7661
shared a Post
2 years ago
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
Idea For Game
Python
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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
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.3 years ago
Coder100
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 gameplay3 years ago
TheMaster7661
TheMaster7661
@jajajajajaja @JasonLiu19 @RYANTADIPARTHI @SUHASTADIPARTH1 my code will have these: costume3 costume2 costume1 backdrop2 backdrop1 202011220hpKleki3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 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
yugioh-game
Bash
TheMaster7661
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 AM3 years ago
RYANTADIPARTHI
RYANTADIPARTHI
Install the babel package, and everything will work3 years ago
EpicGamer007
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 error3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 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
Text Adventure Quest - Part One
Python
TheMaster7661
TheMaster7661
shared a Post
3 years ago
hey, this is something i'm trying to do for school. can someone tell me what i'm doing wrong?
FatherlyOblongSort
Java
Coder100
Coder100
You forgot to initialize keyboard, add this to your code: Scanner keyboard = new Scanner(System.in); or you could just rename the scanner to keyboard :)3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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
Text Adventure Quest - Part One
Python
Muffinlavania
Muffinlavania
Its good3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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
Text Adventure Game 2
Python
Muffinlavania
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 (3 years ago
Bookie0
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 g3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
Hay, does anyone wanna help me make my game better?
Whacko
Whacko
Join it3 years ago
Whacko
Whacko
I can help3 years ago
littlepenguin
littlepenguin
Maybe you could have points or something.3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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?
Text Adventure
Java
Coder100
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 :)3 years ago
Coder100
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 { `3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
Hi, this is a Pokemon game that I've made, but when I run it, it doesn't work. It worked fine as I was completing it, but after I finished it, it just
Pokemon
Java
Coder100
Coder100
Hm? Why did you repost? working repl I also removed a lot of useless arguments and some naming things as well :)3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 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
The Quest For True Power
Node.js
SixBeeps
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/3 years ago
k9chelsea2
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 replit3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 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
Whacko
Whacko
I would love to help! I love Scratch.3 years ago
gibbsfreenergy
gibbsfreenergy
Ewwww its scratch.3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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
PrestigiousAchingIrc
Java
TheMaster7661
TheMaster7661
Thank you, everyone, I fixed it, and it now works!3 years ago
EpicGamer007
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
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
TheMaster7661
TheMaster7661
shared a Post
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?
Whacko
Whacko
Give me a link to your repl, and I can find out the issue.3 years ago
Coder100
Coder100
where is your repl?3 years ago
TheMaster7661
TheMaster7661
shared a Post
3 years ago
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.
RandomGuess.Java
Java
InvisibleOne
InvisibleOne
Download the zip file and unzip it3 years ago
Coder100
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
retronbv
retronbv
If you download the zip and extract. your .Java will be in there!3 years ago