Skip to content

Commit

Permalink
Updated screenshots and README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedFish committed Dec 26, 2021
1 parent a10bc97 commit 956d2c6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Fifteen-Puzzle
Classic sliding puzzle game replicated in C++ using the console for input/output.
Classic sliding puzzle game programmed in C++11. This program works on both Microsoft Windows and on Linux.

# Screenshots
![Randomly shuffled puzzle](screenshots/screenshot1.png "Randomly shuffled puzzle")
![Screenshot showing the game running on Windows 10](screenshots/windows.png "Screenshot showing the game running on Windows 10")

![Solved puzzle](screenshots/screenshot2.png "Solved puzzle")
![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.
Binary file removed screenshots/screenshot1.png
Binary file not shown.
Binary file removed screenshots/screenshot2.png
Binary file not shown.
Binary file added screenshots/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 956d2c6

Please sign in to comment.