takluyver / weatbag

Written by Everyone Altogether, The Big Adventure Game
MIT License
21 stars 11 forks source link

World map #20

Open takluyver opened 11 years ago

takluyver commented 11 years ago

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:

Screenshot from 2013-04-24 14:03:00

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.

DF screenshot

Alternatively, it could be a simple GUI with Tkinter, or something HTML based. Feel free to suggest other ideas.

ratmonkey commented 11 years ago

I'm on it. (html)

takluyver commented 11 years ago

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.

ratmonkey commented 11 years ago

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. :)

takluyver commented 11 years ago

No worries - thanks for having a look at it.