Hey Guys,
I created my very own Text Adventure called DUNGEON CONQUEROR.
Unity 5 WebGL
https://www.gamebucket.io/game/23eac93a-562e-44c1-a421-ebdd6e40d16c
Try it.
Give me feedbacks guys.
Hey Guys,
I created my very own Text Adventure called DUNGEON CONQUEROR.
Unity 5 WebGL
https://www.gamebucket.io/game/23eac93a-562e-44c1-a421-ebdd6e40d16c
Try it.
Give me feedbacks guys.
Well done, I didn’t run into any bugs, but there’s a lot of routes that I didn’t take.
Two things; there are several spelling and grammar errors in the game that you may want to correct.
Also, since you mention checkpoints in the text of the game perhaps you should make it so when you die you can go back to the most recent checkpoint or restart from the beginning.
Thank you, gnotnoj
I’m aware about my grammar errors. Also, about the checkpoints, its not like where you can retry again and respawn from the checkpoint.
Its more like… how should I put it. I know I used the wrong word, but its not like that. Its like, it is in the starting point of each level, that is why I call it “checkpoint”. I don’t know what word I should use.
It’s a chokepoint or bottleneck in your code, where basically all of the decisions made prior are null, because there’s only one way that you could get there. It’s usually better to not make them obvious or point them out, just mention that they can’t go back down the stairs. If you don’t make them obvious then they won’t be noticed and the game seems more complex.
thanks man.
I’m glad you enjoyed it.
Hello!
First playthrough and I got murdered immediately. Well done!
As for the checkpoint/chokepoint thing, you could refer to them as a fork in the road or in the case of three (having come from the fourth direction) you could say a crossroads.
Regardless, though, excellent work on managing all those states/pathways! Had to try a few times before getting all the way through. Nice graphic too!
Fantastic job man, I enjoyed myself throughout.
Making this something that was far-removed from the basic premise of the tutorial was refreshing.
Suggestions:
What I liked:
Playthroughs: 5
Thanks, glad you’re enjoying the game i made.
And thanks for the checkpoint thing, i’ll keep in mind.
Thanks UncaughtType Error, I’m glad you enjoyed my game.
I’ll keep in mind on your suggestions.
Game On!!!
I like the premise for the game. I noticed a few errors straight away though.
We travel west along a corridor and then we’re asked if we’d like to go north or east at the end.
If we choose East, we would be backtracking since we just came fomr the east and north is a dead end?..
So I choose east anyway… and it says “You head west all the way…”
Need to make sure the directions all make sense, best to draw the map on a piece of paper with a compass on it too so you can’t make any mistakes when writing.
I Guess, Im back. =)
Been quite a while, welcome back!