Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starikcetin/hexfall-clone
A hexagonal match-3 puzzle game. Clone of the Hexfall game. My demo project for Vertigo Games.
https://github.com/starikcetin/hexfall-clone
Last synced: 16 days ago
JSON representation
A hexagonal match-3 puzzle game. Clone of the Hexfall game. My demo project for Vertigo Games.
- Host: GitHub
- URL: https://github.com/starikcetin/hexfall-clone
- Owner: starikcetin
- License: mit
- Created: 2019-06-12T14:44:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T17:12:55.000Z (3 months ago)
- Last Synced: 2024-10-11T10:25:19.846Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexfall-clone
A hexagonal match-3 puzzle game.
Clone of the Hexfall game. My demo project for Vertigo Games.
## Play
Download the APK from the releases page: https://github.com/starikcetin/hexfall-clone/releases
Tap to select a group of 3 hexagons. Swipe to rotate them. Match the same colors.
## References
Reference page for terminology and formulas: https://www.redblobgames.com/grids/hexagons/
## Technical
Assets/Plugins contains a symlink `Eflatun.UnityCommon` that points to `submodules/Eflatun.UnityCommon/Assets/Eflatun.UnityCommon`. It might get broken after a repo clone due to the way git handles NTFS symlinks. If it is broken, simply remove the dummy file in place of the symlink and recreate the NTFS symlink.
## 3rd Party
* [JohannesMP.SceneReference](https://gist.github.com/JohannesMP/ec7d3f0bcf167dab3d0d3bb480e0e07b)
* [DOTween](http://dotween.demigiant.com/)
* [LeanTouch](https://assetstore.unity.com/packages/tools/input-management/lean-touch-30111)
* [LeanTransition](https://assetstore.unity.com/packages/tools/animation/lean-transition-144107)
* [NuGet](https://assetstore.unity.com/packages/tools/utilities/nuget-for-unity-104640)
* [morelinq.3.1.1](https://www.nuget.org/packages/MoreLinq)# License
MIT License. Refer to the [LICENSE](LICENSE) file.
Copyright (c) 2019 [S. Tarık Çetin](https://github.com/starikcetin)