A Lick of Paint for Endless Lines

Out now on the App Store is the latest update to Endless Lines, the action puzzle game I made last year. The biggest change for this version is I’ve redone all the game’s artwork.

The reason for the change is the existing graphics were very dark and uninviting, it didn’t look like a fun game to play.

I took inspiration from real world game tiles for the game’s original tile set and with the beveled edge I used I kept the lines or other images on the tiles close to the center and quite small.

These large borders around the edge of the tiles could make it hard to read what was connected to what and why. It wasn’t an issue I had, else I wouldn’t have used this design in the first place, but others have commented on it.

The new tile design is much more readable even retaining the gap between the tiles. Additionally with the loss of the border the images for Bombs & Multipliers can be made larger and thus easier to spot.

As I mentioned above the old design was dark, the colour scheme was black, white and bone, with a blue & red for the designs on the tiles. I based the look of the buttons on the tiles and the titles for each screen were again based on the tiles. While tying everything together visually it did make everything look dark, for example the title screen:

Very dark and uninviting, whilst the game board in the background did move and I had fun making it doing that, it wasn’t really necessary for a screen you shouldn’t spend much time on.

Let’s contrast that with the new title screen:

It is bright and inviting. It’s also quite simple, and clean, there is nothing like the moving game board in the background. This version exists to convey information to the player as quickly and as easily as possible. The new larger buttons for the game modes immediately let the player know what each one is, rather than having to consult with the instructions. Another advantage of more screen space being used for the menu is menu options, which were just small buttons with an icon on them before now use words to clearly convey their use.

The new predominant colour is a shade of blue, well two since it’s stripped. The colour of the buttons in the menu and game carry through from the menu, so the pause button in a Sprint game is green and in an Endless game it’s yellow.

Before:

After:

An improvement I think you’ll agree.

A Short Making Of Endless Lines

It’s been about a month since I released Endless Lines so I thought I’d take a quick look back at its five weeks of development.

At the start of June I left my job at Lionhead Studios where I’d been working as a gameplay programmer for the previous seven years.  I went straight from school to university, spent six years at university and then immediately joined Lionhead – this was scary, at 30 I was suddenly in a world without a set structure for the first time since I started primary school at the age of 4.  Fortunately I was best man at a friend’s wedding the weekend I was leaving Lionhead so I spent far more time worrying about the speech than leaving my job.

The Plan

My plan was to start with a small, simple project I can complete on my own.  The reasons for this were quite simple:

  • Get used to working at home rather than in an office environment.
  • Get used to working on my own rather than part of 70+ person team.
  • Finish something to prove to myself I can see a project like this through to completion before moving onto larger, more ambitious games.

The second part of this plan was to use SDKs and middleware wherever possible to save reinventing the wheel.  These things aren’t a magic bullet that will do everything for you but they can significantly speed up your development process if used correctly.  Every SDK and piece of middleware also has it’s limitations and flaws so be sure to look at their forums, talk to others using it and look at a wide a range as possible before deciding on one.  Of course you have to know what you’re making and what your target platform is before you go looking for an SDK.

Continue reading