Skip to content

Commit 46d178c

Browse files
authored
Improve README file
Just added more information to the README file to better describe the project.
1 parent e5ca357 commit 46d178c

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# FifteenSlimes
2-
FifteenSlimes is the casual mobile game. It is representing the traditional FifteenPuzzle game with unique and bright visual. Enjoy!
1+
# Fifteen Slimes
2+
Fifteen Slimes is the casual mobile game. It is representing the traditional FifteenPuzzle game with unique and bright visual. Enjoy!
3+
4+
This game has two modes: **3x3 and 4x4**
5+
6+
![](Images/3x3preview.png)
7+
![](Images/4x4preview.png)
8+
9+
# A bit game theory
10+
The **15 puzzle** (also called **Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square** and many others) is a sliding puzzle having 15 square tiles numbered 1–15 in a frame that is 4 tiles high and 4 tiles wide, leaving one unoccupied tile position. Tiles in the same row or column of the open position can be moved by sliding them horizontally or vertically, respectively. The goal of the puzzle is to place the tiles in numerical order.
11+
12+
Named for the number of tiles in the frame, the 15 puzzle may also be called a 16 puzzle, alluding to its total tile capacity. Similar names are used for different sized variants of the 15 puzzle, such as the **8 puzzle** that has 8 tiles in a 3×3 frame.
13+
14+
The n puzzle is a classical problem for modelling algorithms involving heuristics. Commonly used heuristics for this problem include counting the number of misplaced tiles and finding the sum of the taxicab distances between each block and its position in the goal configuration. Note that both are admissible, i.e. they never overestimate the number of moves left, which ensures optimality for certain search algorithms such as A*.
15+
[This information was taken from wikipedia](https://en.wikipedia.org/wiki/15_puzzle)
16+
17+
# Report a bug
18+
Before creating a new issue please make sure that it doesn't already exist by checking [open issues](https://github.com/Abbibbas/FifteenSlimes/issues?q=is%3Aopen+is%3Aissue) and [closed issues](https://github.com/Abbibbas/FifteenSlimes/issues?q=is%3Aissue+is%3Aclosed). If your issue is already there, don't create a new one, but leave a comment under already existing one.
19+
20+
Checklist for creating new issues:
21+
- Keep titles short but descriptive.
22+
- For bug reports leave as much information as possible about your device, android version, etc.
23+
- For bug reports also write steps to reproduce the issue.
24+
25+
[Create new issue](https://github.com/Abbibbas/FifteenSlimes/issues/new).

0 commit comments

Comments
 (0)