UI - AlCh440/SmallBrains GitHub Wiki

Menus

There are two main menus we are using. The first one let you chose between 3 options: single player, multiplayer and level editor. Because we only use single player we will not need the other options, so they will not lead you to anywhere. The other menu show you 50 options, which are levels, and you can change it with other chapters, so you are able to select one of the 300 levels. There is also a word selector to modify your name.

Furthermore, you can select your skin, but because it requires another player, the emulator is unable to run it, and because of that, the spritesheets are unable to be made.

Also, you can use the editor menu in order to make your own levels, by creating blocks and points

Score

The way to keep the player interested in the game is the score they have, which is evaluated in steps. The less moves you do to clear the level the better the score is, so you have to think how to minimize your movement over the map. There is also a limit of steps you can do, so steps does not only work as a score parameter but as a form to put pressure to the player.

End

This game has no ending. You just finish all the levels and that's it.

In-game UI

Because this game is very simple, the in-game UI is small. We can see a rectangle that shows the level we are in, the steps we have done in this attempt and the limit of steps we can do.

Sprites

The only sprite we found is the menu sprite: