From de13b6ad39a1bad747520d1a5ad95daac2858c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Mion?= Date: Thu, 14 Mar 2024 13:50:32 +0000 Subject: [PATCH] Add app icon to the README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a52aaef..53aece7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ +SlidingPuzzle icon + Get it on Google Play +
+ # 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.