-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/map3 #139
Feat/map3 #139
Conversation
OK, updated and renamed a lot of things. There is a dungeon. A dungeon has One remaining confusing thing is that while Recap:
|
Playing around with a different structure so it's easier to understand. I didn't change a lot of code, but I did move it around.
game/map.js
intogame/dungeon.js
(same for testsI)game/dungeon-rooms.js
ui/map.js
This should make it easier to find things in the code.
Also:
generateGraph
yourself when creating a dungeon. Example:dungeon = Dungeon({rows: 20})
customPaths
Still want to clarify the terminology. What is
Closes #138