MAZE GAME
An original maze game I created which has some level of difficulty to it.
Now unlocked
Now with permanent scoreboard again (sometimes)
This is a-MAZEing
Great game! Never knew you could use jsonstore on python lol
@Coder100 jsonstore.io is an HTTP DB service, which means it's usable in basically any language with HTTP access!
Oh! I see... I don't know any other languages with HTTP access other than python, node.js, and html/css/js... @Vandesm14
@Coder100 Most modern languages support HTTP natively. (Even older ones like C++ support it nowadays, too)
Astonishing! Better than the other maze game that was on trending!
Hi, nice game but I see that there r lots of ppl with 0 repls whho upvoted this...
@generationXcode I know but they arent me. This post got locked for a couple of days for this exact reason.
@PH1 Yeah.Odd right? some ppl..lol
@generationXcode @PH1 It was locked due to the unusual amount of upvoters having 0 cycles/repls, multiple comments being very similar, and negativity from upvoters here on another maze game posted before this one. There is a chance that this post could be locked again
@theangryepicbanana that makes sense
@PH1 I dont whether u did it or not (probably not). But no ones blaming u... Someone did it so it was banned... the fact that something fishy was going on was the reason it was banned...
bruh dont create alt accounts in order to upvote something
THIS NEEDS TO LIVE
@diediediedie Hey there, it'd be appreciated if you would stop spamming on people's posts, thanks. :)
@diediediedie Bruh I agree with you, don't listen to that stinky guy!!!
@druceb Hmm...
The old gang from Merlin's maze game comment section reunited. Now all we need is @TobyS and @MerlinKnight to complete the infinity gauntlet.
@PH1 im in
@TaylorLiang I’m sorry but this guy put a good comment on this post and I respect that and don’t see a problem. Me and my mates always play other people’s posts and don’t see a problem in visiting and leaving positive comments on good ones.
@PH1 can’t wait to complete the whole set and unlock a secret ban
@BenWJD Bruh, his comments dont do anything, all they are is spam, and they dont contribute
@TaylorLiang so essentially all your doing now is spamming. Wow.
@BenWJD He was spamming in the first place. Im just telling you hes a moderator
@TaylorLiang I am aware of this so stop spamming already
Great game
keep up the great work!
good
This is dope!
nice dude . great work on just refreshing the page and printing just the maze just the way it is . I really like this game
Merlin level is broken
@Intellorg18 Fixed
@Intellorg18 Probably because it is Merlin, he stinky!!
This is amazingly beautiful!
AMAZING!
wow this sure is a cool post! i love it! but i love my choppa more
The best maze game I have ever seen, and Ive seen a few in my time.
At the end it gives an error, but it is good
i got new highscore but it aint on the score board
HECK
@LiamDStringer that's a problem with repls .env files. blame them
I Love It!
This is amazing, I 100% up voted it.
Thank you pr0p3rno0b10, very cool
How did this reach over 100 upvotes!?
@TaylorLiang because it is very cool and good
it's pretty cool but bruh that lagg... you gotta do something about that
@Lamby777 This was the best printing I could get without annoying bugs like here: https://repl.it/@PH1/maze-test
why it no work. gives error code on line 14 and 83
not working for me
Got an error in line 14, game doesnt run
Got an error message:
Traceback (most recent call last):
File "main.py", line 14, in <module>
client = json_store_client.Client(os.getenv('SECRET_HAKER_CODE'))
File "/home/runner/.local/share/virtualenvs/python3/lib/python3.7/site-packages/json_store_client/init.py", line 83, in init
raise TypeError("Token must be str, not {}".format(token.class.name))
TypeError: Token must be str, not NoneType
@TheOracle Its a problem with the .env file im using. It's very glitchy on here. I'll try to fix that error though you wont always be able to save your score
Wow,that was amazing.I really enjoyed this game, i never knew that you can make games using python, i guess i'm starting to learn more because i'm new here.well done!!
poop
This is one of the best Python terminal games I have ever seen. However, it would be better if you do not have to reset the screen every time a key is pressed as this will cause lag eventually. In my opinion (might be suitable or not), using the ansi escape "\x1b[row;columnH" to edit the pixels only when needed is better, which will be suitable if someone were to try do a speedrun. Your methods of updating using lists is interesting and I might want to use it for my own projects so creds for that. Thanks and keep coding! :)
@LoneAce Thanks for the feedback. Can you give an example of how i use "\x1b[row;columnH" as I couldnt get it to work
@PH1 To edit an "test" at row 2 column 5:
print("\x1b[2;5Htest")
@LoneAce I got this to work but due to a bug with repl, it leaves red and blue rectangles all over the screen that cant be removed without reloading the page.
@PH1 Lmao what I've never experienced that before
@LoneAce Heres the program: https://repl.it/@PH1/maze-test
@PH1 You are a legend man. It's less laggy on my machine but does it work for yours?
@LoneAce For me theres just a tiny bit of flickering when im moving quickly but other than that its pretty much perfect in that respect
@PH1 Woah cool!