top of page

15 Tile Puzzle Game

 

A 15 Tile Puzzle Game developed using C# and Monogame

15 Tile Puzzle Game

One of those tile sliding games where you must rearrange the tiles to form an image. Just a basic tile slider that tracks your time and how many moves you have made. Please enjoy the random series of meme images I had to hand to use for this module.

Thoughts from Development

This was the first module we used Object Orientated Programming with and was also the first using C#. The similarities with Pygame meant I was at an advantage by having used a framework before.

Grade: First (85%)

 

Key Features

  • 2D jagged arrays are used to store the tile data for the puzzle

  • Object Orientated Code

  • Adjustable grid size

  • Changeable puzzle images

Gallery
bottom of page