Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shutovks/sliding-puzzle
A sliding puzzle, also known as a puzzle with sliding blocks or sliding tiles, is a combined puzzle in which the player is offered to move parts along certain routes (usually on a board) to set a certain final configuration.
https://github.com/shutovks/sliding-puzzle
csharp game puzzle puzzle-game sliding-puzzle-game unity unity-2d unity-android unity-game unity-webgl unity-windows unity2d web
Last synced: 21 days ago
JSON representation
A sliding puzzle, also known as a puzzle with sliding blocks or sliding tiles, is a combined puzzle in which the player is offered to move parts along certain routes (usually on a board) to set a certain final configuration.
- Host: GitHub
- URL: https://github.com/shutovks/sliding-puzzle
- Owner: ShutovKS
- License: mit
- Created: 2023-06-24T16:10:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T16:26:23.000Z (11 months ago)
- Last Synced: 2024-11-09T04:38:30.115Z (3 months ago)
- Topics: csharp, game, puzzle, puzzle-game, sliding-puzzle-game, unity, unity-2d, unity-android, unity-game, unity-webgl, unity-windows, unity2d, web
- Language: ShaderLab
- Homepage: https://shutovks.itch.io/sliding-puzzle
- Size: 26.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sliding Puzzle
Eng | [Rus](resources/localization_readme/README_RU.md)
## Description
A sliding puzzle, also known as a puzzle with sliding blocks or sliding tiles, is a combined puzzle in which the player is offered to move parts along certain routes (usually on a board) to set a certain final configuration.
The game has two modes, in the first mode, the player is offered a puzzle of tiles with numbers that need to be assembled in order of increasing, in the second mode, the player is offered a puzzle of parts of the image that need to be assembled into an image.
There are different levels of difficulty in the game, from 2x2 to 9x9.
## Download
You can download the PC version on the [releases](https://github.com/ShutovKS/SlidingPuzzle/releases) page.
The web version is available on [itch.io](https://shutovks.itch.io/sliding-puzzle).
The Android version is available on [Google Play](https://play.google.com/store/apps/details?id=com.Forgeofgameworlds.SlidingPuzzle) and [apk release format](https://github.com/ShutovKS/SlidingPuzzle/releases).
## Information
### Author and developer
- Shutov Kirill (ShutovKS), Russia
#### Links
- [My VK page](https://vk.com/shutovks)
- [My Telegram page](https://t.me/shutovks)
- [Play Market](https://play.google.com/store/apps/developer?id=Forge+of+game+worlds)
- [Itch.io](https://shutovks.itch.io/)
- [GitHub](https://github.com/ShutovKS)### License
``` text
MIT License
```## Screenshots
![Screenshot 1](resources/screenshots/screenshot_1.png)
![Screenshot 2](resources/screenshots/screenshot_2.png)
![Screenshot 3](resources/screenshots/screenshot_3.png)
![Screenshot 4](resources/screenshots/screenshot_4.png)
![Screenshot 5](resources/screenshots/screenshot_5.png)
![Screenshot 6](resources/screenshots/screenshot_6.png)
![Screenshot 7](resources/screenshots/screenshot_7.png)
![Screenshot 8](resources/screenshots/screenshot_8.png)