Home

Awesome

Game of Fifteen

<img alt="Main screen: Light" align="right" height="400" src="https://github.com/AChep/15puzzle/raw/master/screenshots/screenshot2.jpg" />

<img alt="Main screen: Dark" align="right" height="400" src="https://github.com/AChep/15puzzle/raw/master/screenshots/screenshot1.jpg" />

Puzzle game with Flutter?

The Game of Fifteen (also called 15-puzzle, Gem Puzzle, Boss Puzzle, Mystic Square and many others) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing.

<a href="https://play.google.com/store/apps/details?id=com.artemchep.fifteenpuzzle"> <img alt="Get Game of Fifteen on Google Play" vspace="20" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height="60" /> </a> <a href="http://gh.artemchep.com/15puzzle/"> <img alt="Try online" vspace="20" src="https://github.com/AChep/15puzzle/raw/master/artwork/web_badge.png" height="60" /> </a> <a href="https://snapcraft.io/fifteenpuzzle"> <img alt="Get Game of Fifteen for Linux from the Snap Store" vspace="20" src="https://github.com/snapcore/snap-store-badges/raw/master/EN/[EN]-snap-store-white.png" width="182px" /> </a>

Report a bug or request a feature

Before creating a new issue please make sure that same or similar issue is not already created by checking open issues and closed issues (please note that there might be multiple pages). If your issue is already there, don't create a new one, but leave a comment under already existing one.

Checklist for creating issues:

Create new issue

Creating your Game of Fifteen

We welcome all developers to use our source code to create applications on our platform. There are several things we require from all developers for the moment:

  1. Kindly do not use our standard logo as your app's logo.
  2. Please remember to read and follow the license.

Versioning

For transparency in a release cycle and in striving to maintain backward compatibility, a project should be maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we should adhere to these rules whenever possible.

Releases will be numbered with the following format: <major>.<minor>.<patch> and constructed with the following guidelines:

For more information on SemVer, please visit http://semver.org/.