Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/db1zz/puzzle-game
- Owner: Db1zz
- Created: 2023-07-22T19:01:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-22T08:53:10.000Z (7 months ago)
- Last Synced: 2024-04-22T10:03:18.042Z (7 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- CMakeEnjoy the game and happy sorting!