Ethan Culp
@EthanCulp
0
Maze GameHow to play
When you first start the game, you will have to press enter, and then you can only see the maze for 3 seconds. You better hope you got it memorized because after that, you can only see in a 3x3 area around your character
When you are done viewing the maze, you can do 1 of 4 things: move up, down, left, or right. Note that you cannot move off of the board or into walls.
Your steps are being tracked, so try your best to do the least amount of moves as you can!
What certain tiles mean
□ - This is a space where you can move
■ - This is a wall
▧ - This is your starting position
▣ - This is where the exit of the maze is (your goal to get to)
A blank space is just a space that's off the board
More information about the game
This game uses random maze generation. The algorithm used to do so is Iterative Implementation. Fun fact: this is also my first time trying out maze generation!
60
0
0
I previously wrote a maze generation algorithm in Java, and I wanted to visualize the maze in pygame. I would stick with Java but I am not experienced
InvisibleOne It would have to be two seperate repls, one repl where java puts the stuff into the text file, then you would have to manually copy and paste that data into the text file inside of python.2 years ago
How to play
When you first start the game, you will have to press enter, and then you can only see the maze for 3 seconds. You better hope you got it
Java
Use arrow keys to move
Use space to use your sword
You can't move while using your sword
You can buy upgrades with tokens that you get for every ki
Pygame
This is a very simple physics engine that can save you so much time when making a game that uses physics. To see how much time it saves, look at this
Pygame
ChezCoder @EthanCulp guess what, I created a pypi tutorial XD
https://repl.it/talk/learn/How-to-create-python-packages-and-upload-to-pypi/352363 years ago
I am very good at the Python language but I am out of ideas. I am bored of making games and can't think of anything else, any ideas?
Kai_Justice I think this should be on the ask board, this board is restricted to asking the staff of repl.it questions about the site.
This board is A.sk, M.e, A.nything.
> ok it's in the right place now3 years ago
Could we please do a python hackathon? I am very proficient in python and not as much in other languages, and I think that is the same with other peop
SixBeeps The Repl.it Discord Code Jam is coming up. Join the Discord for more info on that.3 years ago
Why are there multiple options for creating a game in python when you create a repl? There is a tkinter, turtle, and a pygame one. Tkinter works on py
Staff Pygame: Is a python game engine
Turtle: You can code a moving object that will draw lines
Tkinter: Tkinter is Python's de-facto standard GUI package
But for games, i only know pygame and arcade3 years ago
A Tron game where you are competing to get the highest score for your game. The data is stored online a jsonstoreclient.
P.S. You can't change the va
Pygame
This is a game that I made, basically, you are a robot fighting other robots, please comment and tell me what I should add to make the game better
Pygame
After I run a python repl a certain number of times, the console just stays on the same message and I can't run the program:
nohup: redirecting stder
I am trying to make an online game and I was trying to use a socket server. It wasn't letting me create a server, but it was trying to connect to one.
AdCharityTester You can use python sockets, but as far as I know it only extends to flask (never tested it on anything else)3 years ago
Hey everyone! I just want to see what everyone has done with the Pygame module. Please share your best Pygame repls with me so that I can see them.
ash15khng I haven't done much and it isn't very impressive (I'm a noob) but here are some of my repls. (mostly tests and some don't work)
https://repl.it/@ash15khng/snake-game
https://repl.it/@ash15khng/pygame-drawing-project
https://repl.it/@ash15khng/pygame-moving-character3 years ago
I am making a very simple Pygame Physics Engine, I guess you could call it that. I was wondering if anyone would like to help me make, I could invite
Hey, I have no idea what to make with PyGame, I love making graphical games so if you have any ideas, please share them, I would love it.
I am making this game and Everything is perfect. Except the enemy. So far the only thing I have programmed in the enemy AI is moving left and right an
Pygame
Hello! This is my first actual game that I have put some time into. I am actually proud of myself because this is a huge step compared to the other ga
Whenever I press "w", it wont register my input. It isn't the code inside of the if statement because it isn't even printing "w"
https://repl.it/@Eth
MATTHEWBECHTEL I can’t help you but I have a feeling it has something to do with.
y += vel
It just doesn’t look right.4 years ago