https://github.com/jeffhou/hex-2048
Hexgrid-based clone of 2048
https://github.com/jeffhou/hex-2048
Last synced: 16 days ago
JSON representation
Hexgrid-based clone of 2048
- Host: GitHub
- URL: https://github.com/jeffhou/hex-2048
- Owner: jeffhou
- Created: 2017-11-24T19:11:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T09:17:06.000Z (about 5 years ago)
- Last Synced: 2024-11-02T10:32:08.161Z (6 months ago)
- Language: JavaScript
- Homepage: https://jeffhou.github.io/hex-2048/
- Size: 845 KB
- Stars: 15
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-games - Hex 2048 - Hexgrid-based clone of 2048. (Browser-Based / Puzzle)
README
# Development Notes
This version of Hex 2048 is no longer maintained. If development on this project
restarts, it most likely will involve a complete rewrite to move away from the
Phaser framework.## Dependencies
The code has a local copy of Phaser 2.5.0. Please refer to the appropriate docs
when developing.