Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/db1zz/puzzle-game

Puzzle-Game | C++ practice
https://github.com/db1zz/puzzle-game

Last synced: 3 days ago
JSON representation

Puzzle-Game | C++ practice

Awesome Lists containing this project

README

        

# TileSort Puzzle

## Overview
TileSort Puzzle is a simple yet engaging game developed in C++. The project is designed to demonstrate the application of Object-Oriented Programming (OOP) principles in game development.

## Gameplay
The game presents players with a board of randomly arranged tiles numbered from 1 to 15. The objective is to sort these tiles into ascending order. Players navigate the game using the arrow keys on their keyboard, moving tiles around until they achieve a sorted board.

## Objectives
- Demonstrate the use of OOP principles in a practical project.
- Provide a fun and stimulating puzzle for players to solve.

## How to Play
1. Clone this repository to your local machine.
2. Compile the C++ files.
3. Run the executable.
4. Use the arrow keys to move the tiles around the board.
5. Try to sort the board in ascending order, starting from 1 up to 15.

## Technologies Used
- C++
- Object-Oriented Programming (OOP)
- CMake

Enjoy the game and happy sorting!