Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beardedfish/fifteen-puzzle
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux. 🧩
https://github.com/beardedfish/fifteen-puzzle
15-puzzle c-plus-plus console console-game cplusplus-games game game-of-fifteen input io linux n-puzzle output puzzle puzzle-game win32 win32-api windows
Last synced: about 2 months ago
JSON representation
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux. 🧩
- Host: GitHub
- URL: https://github.com/beardedfish/fifteen-puzzle
- Owner: BeardedFish
- License: unlicense
- Created: 2020-04-27T23:17:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T22:14:46.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:48:22.552Z (2 months ago)
- Topics: 15-puzzle, c-plus-plus, console, console-game, cplusplus-games, game, game-of-fifteen, input, io, linux, n-puzzle, output, puzzle, puzzle-game, win32, win32-api, windows
- Language: C++
- Homepage: https://www.darianbenam.com/download-preview.php?id=1
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fifteen-Puzzle
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux.# Screenshots
![Screenshot showing the game running on Windows 10](screenshots/windows.png "Screenshot showing the game running on Windows 10")![Screenshot showing the game running on Ubuntu](screenshots/ubuntu.png "Screenshot showing the game running on Ubuntu")
# Video Showcase
Click [here](https://www.youtube.com/watch?v=5yzhFL_g3pY) to watch a YouTube video showing the Fifteen Puzzle project in action.