Tile Challenge

From TedTycoon.co.uk

Jump to: navigation, search
Screenshot of Tile Challenge.

Tile Challenge is a game which was originally called Tonka: On the Run. The game is a complete redesign written in C# where every tile can be independent and seperated in seperate assemblies. This allows completely new tiles to be created with any logic associated with them. They can interact with any tiles or any tiles that are similar to them.

The project is split into several programs:

    • TileChallenge
    • TileChallengeEditor
    • TileChallengeEngine

and then all the tile packs which are loaded by the game and editor.

Game

The level editor has to be very sophisticated to cope with all the different tile packs.

The game is a stand-alone program which uses the TileChallengeEngine and loads tile packs and levels. The program records solutions to levels, manages the highscores and manages the playing of the level. Everything else are calls to the engine and tile packs.