2 kyu
RPG Simulator - Defeat the Demon Lord! [Part 2]
14Dr Gabo
Loading description...
Games
Game Solvers
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
First of all I would like to thank you for this kata. It was a very interesting and good challenge. First of all, I am sorry that after 4 years it is still in beta, that few people are trying to solve it and only a few have solved it. I would really like to see it get some attention and get it to release. I would like to add that some corner cases are not tested.
These are just thoughts after solving the problem, perhaps you have a different opinion on this? Anyway, thank you very much, the evening was well spent:D
Python 3.8 should be enabled.
Fixed
I didn't tried it yet! looks interesting, but this one is going to take long time to be approved:D
So did the previous one xD
In all seriousness, I hope people enjoy solving this. Creating this has been a lot of fun (and work).
Hi! :)
you have to put all the details/notations in this one too (the user shouldn't have to travel between the 2 katas to know what X is, or the life/attack/defense of the enemies and all other stuff).
;)
cheers
I wasn't sure if it was okay to have such a long description, but you are definitely right.
I've put a remainder in the description and I might modify it tomorrow in order to make it collapsable or something.
As always, thank you for your feedback :D
you should actually put the entire logic of the game in the description. You can write that at the end of the current description.
EDIT: forget that, I just didn't see the addition you did before... x)