Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammanish17 authored Feb 10, 2019
1 parent 34d8af7 commit 22482af
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# 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)

# Features
* 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.

0 comments on commit 22482af

Please sign in to comment.