diff --git a/README.md b/README.md index be0c743..519bb84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Slid3 -**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**. +**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. ![Main Screen](https://github.com/iammanish17/Slid3/blob/master/Assets/Publication/mainscreen.png) @@ -7,4 +9,20 @@ * 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. +* Only solvable puzzles are generated in the game. + +# Requirements +- Unity Editor (2018.1 and above) +- Visual Studio Code (optional) + +# Gameplay +![Gameplay](https://github.com/iammanish17/Slid3/blob/master/Assets/Publication/gameplay.png) + +![Gameplay-2](https://github.com/iammanish17/Slid3/blob/master/Assets/Publication/gameplay-2.png) + +# Suggestions +- 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.