Puzzle Palooza is a puzzle game based on the classic '15 puzzle' sliding tile game. It was developed using the Monogame framework with C#, within 4 weeks.
The brief: create a framework within MonoGame that supports a version of the '15 puzzle’ as 2D interactive software.
The puzzle consists of moving the scrambled tiles through the one empty space to reassemble the image in the least amount of moves.
This was my first proper project with C# and Object-Oriented Programming, so the code nor the practices applied are up to an acceptable quality, but I still wanted to include it to demonstrate my progress.
How to play
- Hit the Enter key to scramble the image
- Use the arrow keys to move the tiles around the empty space to the position of the empty space
- Use the H key to get a hint
- Reassemble the image (in the least amount of moves)
This project was part of BCU's Game Development course
(2019 - 2021)