Bytesize Adventures
Crafting bite-sized digital worlds

Devlog – 10th March 2014


Things are slowly starting to come together but I still don’t have a full end-to-end experience.

This week I’ve focussed on the character progression. The current setup is that upon completing a level you receive 10 experience points (configurable per tile type) for each tile you successfully placed and used to reach the exit. This system rewards you for more complex path laying and exploration.

Your character levels up on the new level completion screen. Upon levelling you’ll be a given a choice of 3 rewards. I’m thinking these will include things like random widgets (such as x teleport or dynamite widgets), money (to spend in in-game shops), and permanent upgrades to your character.

A note on the permanent upgrades; I’m purposely trying to avoid the overwhelming number of stats you see in most RPG’s. XP (experience points) is a fairly good, and well understood metric for managing character progression so I plan on distilling most of it into this.

Other things I’m thinking about are permanent modifications to the game UI (e.g. you start off only being able to see the next tile in the queue and can then unlock additional windows) and upgrades to game mechanics (such as an increase in the timer that controls when your character sets off).

I’m still undecided but I don’t want to overwhelm the player with lots of stats to worry about.

Anyway, the basic structure is now in place and you can level up your character – you just don’t receive any rewards for it yet :)

The other thing I achieved, as part of the level complete screen, was to overhaul the UI slightly. I just wasn’t happy with the horrible wood texture. What I’m looking for is a simple presentation that isn’t cluttered and presents the data in a way that is easy to understand. I can’t stand cluttered screens on mobile games. Here’s the current level complete screen so that you get an idea of what I’m trying to achieve.

(What you can’t see is that the experience points counts down as the bar below it fills up. Also, the “level up” text and white squares are placeholders for the reward system.)

level complete screen

As I mentioned, I’m looking for a full end-to-end experience. For that, I need to be able to select a map, play the level, progress my character, and return to the map screen with the next level selected. That’s then a repeatable loop and forms the basis of the game.

So my next focus is on linking the level completion screen to the map screen such that it auto-advances to the next level ready to play.

This also involves revamping the map screen to use the new graphics and interactions. It would also be nice to introduce the early stages of the reward system I mentioned above.