MakeContributions / markdown-dungeon

This is an example that how to use Markdown creating a dungeon, please give a ⭐
https://markdown-dungeon.netlify.app/
MIT License
322 stars 148 forks source link

Charts for journey's #129

Closed mamamia5x closed 3 years ago

mamamia5x commented 3 years ago

These would be simple charts to show you the different pathways for a dungeon. This will be easier for developers to see what pathways lead to where.

ghost commented 3 years ago

Can you please elaborate? How can we show this chart? By chart, did you mean something like a route map?

Another challenge would be to constantly update the chart so that it stays up to date with the dungeons when new floors and rooms are added.

mamamia5x commented 3 years ago

It is a route map, and it would make it so much easier to add more. I don't know what kinda site will host it, but https://excalidraw.com/ allows you to download the files.

ghost commented 3 years ago

Let's wait for others' feedback.

@ming-tsai, @Arsenic-ATG, @FukurouMakoto

ming-tsai commented 3 years ago

Hi @mamamia5x, It's not a bad idea, but if we create that the new contributors will modify two sides, and it will take a long time to search the rooms. The purpose of the repo is the user play the game and create a change (if have an idea). So sorry, I do not agree with you.

FukurouMakoto commented 3 years ago

Would be pretty interesting but I think it might be hard to develop for the same reasons @paulsonjpaul mentioned. I tried implementing something like this in a small text-based RPG I built with Python and it was a nightmare.

It might be good for organization purposes but it would also mean that now we will have two things to update: our own levels as well as the this chart.

Personally I could go either way. I like the idea but it's gonna have alot of challenges to implement.

mamamia5x commented 3 years ago

I'm currently almost finished, I just need to implement two more pathways. I'll reply with a photo when I'm done.

mamamia5x commented 3 years ago

descision_tree @ming-tsai @FukurouMakoto

132

ming-tsai commented 3 years ago

descision_tree @ming-tsai @FukurouMakoto

132

I checked, nice work

mamamia5x commented 3 years ago

Thanks ;)