Skip to content

Commit

Permalink
Add app icon to the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion authored Mar 14, 2024
1 parent 8be0571 commit de13b6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<img alt="SlidingPuzzle icon" src="https://github.com/andremion/SlidingPuzzle/blob/main/androidApp/src/main/res/mipmap-xxxhdpi/ic_launcher.webp" width=100 align=left>

<a target=_blank href='https://play.google.com/store/apps/details?id=io.github.andremion.slidingpuzzle.android'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' height=48 align=right /></a>

</br>

# Sliding-Puzzle Game

A Kotlin multiplatform puzzle game based on the [Sliding-Puzzle](https://en.wikipedia.org/wiki/15_puzzle) problem that uses [A* search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) to solve it.
Expand Down

0 comments on commit de13b6a

Please sign in to comment.