Open takluyver opened 11 years ago
I'm on it. (html)
Good luck. I've just had a glance at your weatbag_map branch - I assume that's what you're working on?
If possible, I'd like to automatically generate this from the tile definitions in the game. Updating a static HTML file probably won't scale very well:
Also, with a way to automatically generate it, we can generate a map for the player that only shows the tiles they've already visited.
Oh I'm sorry, I misunderstood. I'll keep the map for personal use then and I'll leave it for someone who knows how to do it as you say. :)
No worries - thanks for having a look at it.
This was previously discussed in pull requests #16 with @kkpattern and #18 with @lathan.
What would we like:
The main interface should work on the major platforms - Linux, Windows, Mac - from a single set of code. So using curses isn't an option.
Possible solutions include something like a spreadsheet, with pop up notes for extra details:
Or maybe a Dwarf-Fortress style monospace character interface - though coloured characters and non-ascii characters are hard to support in a cross-platform way.
Alternatively, it could be a simple GUI with Tkinter, or something HTML based. Feel free to suggest other ideas.