2048
2048 game
A 2048 game built using JavaScript
🎮 2048 game developed using javascript
96 stars
1 watching
40 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
2048html-gamejavascript-game
Related projects:
Repository | Description | Stars |
---|---|---|
mgrojo/play_2048 | A 2048 game implementation with customizable themes, board sizes, and features like saving state and undoing moves. | 4 |
kshitij-banerjee/cubiks-2048 | A 2048 game written in JavaScript where cubes with the same number merge upon collision. | 25 |
hansenleee/2048wepy | A 2048 game built using the wepy framework for a WeChat mini-program | 11 |
jeffhou/hex-2048 | A Hexagon-based implementation of the popular number-matching game | 15 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
thery/t2048 | A Coq implementation of the 2048 game | 22 |
eleev/swiftui-2048 | A classic 2048 game built with SwiftUI for mobile and desktop devices using Swift. | 258 |
mvasilkov/glitch2016 | A physics-based puzzle game where players combine falling numbered tiles to score points, with optional high-quality graphics and realistic physics. | 29 |
alexjlockwood/compose-multiplatform-2048 | A 2048 game written in Kotlin using Jetpack Compose Multiplatform for multiple platforms. | 447 |
taw/imba-2048 | An implementation of the popular 2048 game in the Imba programming language. | 7 |
antila/ludum-dare-28 | A game developed for the Ludum Dare #28 jam using JavaScript. | 23 |
natee/wxapp-2048 | A 2048 game implementation in a WeChat mini program for learning and development purposes | 362 |
lexmag/tty2048 | A terminal-based implementation of the 2048 game in Elixir | 155 |
wenxuanjun/2048 | An implementation of the 2048 game using AI algorithms | 2 |
felixneutatz/2048_m-a-star | An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |