Dungeon RPG
I made this over the time span of 2-3 weeks and finally finished. I'm posting this so people can check it out and tell me if they like it. Also, I want to know if there were any glitches I missed. :D
I found a bug at the second chest room after going down the right path:
You reach the room with the three chests. Time to Choose!
Choose 1 for the left chest, 2 for the middle chest, 3 for the right chest, and 4 to skip the chests.
Traceback (most recent call last):
File "python", line 719, in
ValueError: invalid literal for int() with base 10: ''
@colekroese What did you put as the input? As it is int if you just pressed enter then you would input a string and the code doesn't like that. I tried to turn all of the inputs in the code to strings but then it just wouldn't work for some reason.
1987☺☺☺
hey man? Could i rename this and upload to itch? I would give u full cred and wouldnt make any money from it ofc
@x2-communtiy Go ahead, I don't use itch, so it's not like I'd be competing. Sorry for the late response, I haven't been using repl much lately.
i BROKE it by typing in NO
its a glitch but overall AMAZING work mate!
@AmirJuhos-Olfat I made this almost 4 years ago when I was still pretty new to programming. I have vastly improved since this but seeing comments like these always make me smile. Thank you :D
Why are the enemies so weak, all of them only deal 1 dmg
@RayML123 Basically, the enemies would sometimes be unfair and on rare occasion, impossible depending on your class and decisions you made. I balanced it out to be possible, and went a little too far, and when I noticed it, I had already given up on the project, mainly because it sucks, and I had moved on to better things.
It fills you with DETERMINATION... just kidding
love the undertale reference!
The way the game is set up it not only limits the player but it limits you as the developer you have every set up like you are coding in a procedual language, but python is a functional language hence the functions like def which could be made to add more freedom to the player and make your coding much easier, other than that its a great game just don't like the way it was coded.
@bowserx19 here is an example
def square(x):
y = x * x
return y
sqr = 10
result = square(sqr)
print(str(result))
Really nice game! I encountered a glitch (maybe my fault) though after getting the battle-axe and encountering the monster. I typed in 3 but somehow it ended up on the next line and gave this error message:
Traceback (most recent call last):
File "python", line 625, in
ValueError: invalid literal for int() with base 10: ''
I was enjoying the game till then and plan on playing again.
@boluadubi Sometimes Repl.it lags a little bit and causes random errors like that - at least in my experience.
Its really fun so far i have found no glitches plan to keep playing
cool!
MAN, HOW DID YOU DO THAT? I BOW
@GIORGOSMENTES lol thank you so much. :D I haven't impressed anyone other than my parents with this so far.