Bytesize Adventures
Crafting bite-sized digital worlds

Merlot Update #19 – Bridges and Teleports


Level 3 of my demo is at last complete.

This sprint has included the addition of a new river tile and two new widgets (the bridge and the teleport). The idea for level 3 was to investigate some possible widgets to ensure that widgets work as a puzzle mechanic.

The new widgets have also driven me to separate the inventory item texture from the widget textures. This allows me to retain independent logic for both widget functionality and inventory item functionality. It also solves an issue with cohesive widget design across tilesets. Now I can have consistent inventory icons whilst still having flavourful, even tileset specific, widgets.

The new river tile is an attempt at a new obstacle. Its an impassable terrain type, currently in vertical and horizontal flavours. I plan to add corners as well as river crossings (perhaps even lakes). So how do you traverse a river? There are actually a few ways introduced in this level.

(The widget designs are purely placeholder and will be appropriately pimped up for the final game)

Bridges

The bridge widget

Placing the bridge widget on a river tile automatically detects it orientation and places a bridge across it. You can travel across the bridge as you would any road.

The teleport widget

The teleport widget is fairly powerful but not without its challenges. You can place as many teleport widgets as you wish, provided you have enough in your inventory. When you enter a tile with a teleport widget you will be randomly teleported to another tile that also contains a teleport widget. In this way you can control where you end up by only placing two teleports. I’m currently playing around with whether the teleports should persist or disappear after use.

teleport

Why use a bridge rather than a teleport?

Well, you may not have any teleport widgets. They’ll be more expensive and difficult to find. Additionally bridges are more predictable for getting to certain spaces whilst teleports will be required for really hard to reach places (containing some nice loot).

Next up is demo level 4 which will focus on loot from chests, npc placement, and a new speech model for preset conversations (driving the story). Quite a lot to deal with but some of the structure is already in place from the previous attempt. I’ll also try to implement another tile type and associated widget.

More to come soon.