All Projects → AChep → 15puzzle

AChep / 15puzzle

Licence: apache-2.0
The Game of Fifteen written with Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to 15puzzle

Jump
微信跳一跳复刻 CocosCreator + Typescript 在线试玩 https://potato47.github.io/game/jump/
Stars: ✭ 140 (-5.41%)
Mutual labels:  game
Opensourcegames
Infos and build tips for open source games.
Stars: ✭ 144 (-2.7%)
Mutual labels:  game
Knightonline
OpenKO is an open source version of the old school Knight Online MMORPG
Stars: ✭ 146 (-1.35%)
Mutual labels:  game
Rxjs Fruits
A game for learning RxJS 🍎🍌
Stars: ✭ 142 (-4.05%)
Mutual labels:  game
Openhow
Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
Stars: ✭ 144 (-2.7%)
Mutual labels:  game
Tetris
A simple tetris clone written in zig programming language.
Stars: ✭ 145 (-2.03%)
Mutual labels:  game
Windowsgsm
🎲 A powerful tool to manage game servers. Equipped with a GUI for server admins to install, import, start, stop, restart, update, and automate multiple servers with a push of a button.
Stars: ✭ 141 (-4.73%)
Mutual labels:  game
Rpg Core
UNITY engine RPG framework
Stars: ✭ 146 (-1.35%)
Mutual labels:  game
Zetawar
Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
Stars: ✭ 144 (-2.7%)
Mutual labels:  game
Rs Asteroids
A variation on the game Asteroids, written in Rust
Stars: ✭ 146 (-1.35%)
Mutual labels:  game
Rpg Text
An object-oriented text RPG
Stars: ✭ 143 (-3.38%)
Mutual labels:  game
Chronoshift
An open source re-implementation of Red Alert written in C++.
Stars: ✭ 144 (-2.7%)
Mutual labels:  game
Sfall
Engine modifications for Fallout 2
Stars: ✭ 145 (-2.03%)
Mutual labels:  game
Pilas
Pilas engine
Stars: ✭ 141 (-4.73%)
Mutual labels:  game
Lexica
Word Game for Android - A fork of lexic (https://code.google.com/p/lexic)
Stars: ✭ 146 (-1.35%)
Mutual labels:  game
Rillserver
skynet game server
Stars: ✭ 139 (-6.08%)
Mutual labels:  game
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (-2.03%)
Mutual labels:  game
Kaboom
Cruel but fair Minesweeper clone
Stars: ✭ 148 (+0%)
Mutual labels:  game
Cr Api
Clash Royale Public API that provides real-time data about players, clans, tournaments and more.
Stars: ✭ 147 (-0.68%)
Mutual labels:  game
Panda Run
A panda parkour game, based on Cocos2d-js, running on Android / iOS
Stars: ✭ 145 (-2.03%)
Mutual labels:  game

Game of Fifteen

Main screen: Light

Main screen: Dark

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.

Get Game of Fifteen on Google Play Try online Get Game of Fifteen for Linux from the Snap Store

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:

  • Keep titles short but descriptive.
  • For feature requests leave a clear description about the feature with examples where appropriate.
  • For bug reports leave as much information as possible about your device, android version, etc.
  • For bug reports also write steps to reproduce the issue.

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:

  • Breaking backward compatibility bumps the major while resetting minor and patch
  • New additions without breaking backward compatibility bumps the minor while resetting the patch
  • Bug fixes and misc changes bumps only the patch

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].