fweep, a map creator

I’m tired of the default blue on white styling. What styling would make it a little more interesting and pleasant for the eyes, without being too busy?

Sorry if I’m missing it in this thread or on the page. Is the import file just plain text of the existing commands?

There are actually two import buttons which are undifferentiated as of this point. The one on the map selection page take a JSON dump of the whole map (which you get from the J button below the map). The import button below the transcript takes a newline-delimited text file of commands.

1 Like

To ease the learning curve for building by typing, I’ve added an auto-suggestion feature.

1 Like

I’m trying to make fweep accessible, hence the CLI. I’ve added the command “describe” which will describe the exits, etc., of the room you have selected, for the benefit of those with screenreaders. I’m sure there’s a lot more I can do for accessibility; for instance, I need to audit the tab stops and decide how that should work; but this is a start I think.

I’ve integrated Dannii Willis’s Parchment so you can play and map in the same browser window. It’s so cool.

Edit: Oh yeah, and IFDB too, so you can search for your favorite game and load it directly into Parchment!

3 Likes

And finally! I’ve integrated map creation commands directly into the game input and output itself!

No longer do you have to switch between a game and mapping software! \ starts a map command, and Ctrl+Space brings up auto-suggestions for your mapping convenience!

6 Likes