Slid3 is an Android Game which is based on the famous 15-Slide Puzzle where you need to slide and arrange the number-tiles (numbered from 1-15) in order. This game has been created with Unity Editor. This is the first game I made with Unity Editor, and I no longer maintain this game as I am working on other stuff.
You are free to clone/fork this repository and make changes but make sure that you credit this repository. If you want to help developing this game, make a fork, make changes in your repository, and then make a Pull Request here. If you are looking for suggestions on what to add to this, then scroll down to Suggestions.
- Simple controls - Just tap a tile to slide it!
- Shows the time taken and the number of moves taken while you are playing.
- A stats page to see your best time, average time, average moves taken, your best moves and the number of games you've won.
- Only solvable puzzles are generated in the game.
- Unity Editor (2018.1 and above)
- Visual Studio Code (optional)
- Extend this game for 5x5 and 6x6 boards.
- Allow playing with picture-tiles as well by partitioning a picture into several tiles.
- Allow tiles to push each other so that multiple tiles can be moved in a single turn.
- Add more backgrounds to game and choose a random background every time, or maybe allow the user to choose one.
- Add a "Total Time Played" info to stats page.