A maze game where you have to gather stars.
-There is a score system
-There are 3 levels so far
-There is a timer
Check out my YouTube https://www.youtube.com/channel/UCVdptVBRJBqygejMYtngnGA
Check out my YouTube https://www.youtube.com/channel/UCVdptVBRJBqygejMYtngnGA
@MerlinKnight I made better movement script well no movement but its simpler to display the maze i made a post about it and you can check it out to display the mazes its only like 4 or 3 lines of code and the maze is how many lines of code you need
Zexogon crazy name
What is Maze
Canimakemoney
Very nice @MerlinKnight
You're good ;)
İs this working on python?
0 star 47 seconds
Ladies and gentlemen we got 69 upvotes
@BenWJD 71 upvotes now. its gone
1 MORE UPDOOT. SOMEBODY UPDOOT IT PLEASE
2 more till the magic number...
@TaylorLiang can't wait boys
We got it @TaylorLiang
@BenWJD mmm, yes, finally
love it
cool project. But there are some bugs. when i move around the screen goes bonkers for a frame and sometimes the program doesn't read my inputs
Doesn't work for me....
@DJWang what happens. maybe I can fix it
@JoshLarke1 normie meme. not funny. didn't laugh
jose commit tax evasion
evading the walls like they're taxes
I got an error:
File "main.py", line 320
maze =
^
SyntaxError: invalid syntax
I got an error, file main.py line 319 invalid syntax
@mchapy1 This is fixed
Broken?
file "main.py", line 319
begin()
/\
SyntaxError: invalid syntax
@DanielAst2 This is now fixed
Please forgive him. It was his good friends piers and Ben. Corporate espionage for maze game [email protected]
No worries! Just wanted to play :) @druceb
I keep getting a error when trying to run it. It says the begin command is invalid syntax. I assume that's crucial as it cites an error for a line that doesn't exist when I delete the begin command.
@Justinwest27 this is fixed
It says that the last lina has invalid syntax, and it seems to be just for me. I'm just a beginer but I looked throgh the code and it should be working. Does any one know why it doesn't work?
@jasixxo This is now fixed
File "main.py", line 319
begin()
^
SyntaxError: invalid syntax
@RkBunny I have fixer this
There is a syntax error in this program... line 319.
The game is throwing an error on line 319 with begin()
This is great but its very laggy and I can't see where I am going sometimes.
Good job man! Loved it.
can you teach me how you position the player and move it without using pygame
@Saad1111 It is using an array. I swap the values.
@MerlinKnight oh right i get a bit of it, is it just like a tic tack toe game
NOICE MAN!!!!!!
Instead of this:
print(maze[0],maze[1],maze[2]...)
Do this:
for row in maze:
print(maze[row])