glitch2016
2048 game
A physics-based puzzle game where players combine falling numbered tiles to score points, with optional high-quality graphics and realistic physics.
29 stars
2 watching
14 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kshitij-banerjee/cubiks-2048 | A 2048 game written in JavaScript where cubes with the same number merge upon collision. | 25 |
gd4ark/2048 | A 2048 game built using JavaScript | 96 |
mgrojo/play_2048 | A 2048 game implementation with customizable themes, board sizes, and features like saving state and undoing moves. | 4 |
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 |
alexjlockwood/compose-multiplatform-2048 | A 2048 game written in Kotlin using Jetpack Compose Multiplatform for multiple platforms. | 447 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
abejfehr/parity | A numbers puzzle game where players make each number on a grid equal by incrementing selected cells with arrow key input | 37 |
themattrix/sed2048 | An implementation of the popular puzzle game 2048 using sed scripting language | 107 |
zeevkatz/scroll | A TypeScript-based game written in Web Components using the JS13K game competition as a challenge | 23 |
brunoborges/fx2048 | A JavaFX-based implementation of the popular puzzle game 2048 | 275 |
borisboutillier/rs-gliphus | A puzzle game with doors, blocks, and lasers that can be controlled using an ECS system | 9 |
gecko0307/electronvolt | A first-person puzzle game with dynamic physics and interactive environment | 112 |
josefzila/bash2048 | A Bash implementation of a popular tile-matching game where players combine numbers to score points. | 899 |
mrdimosthenis/quantumpuzzlegenerator | A mobile app that generates quantum puzzles to be solved by players on Android and iOS devices | 8 |
lexmag/tty2048 | A terminal-based implementation of the 2048 game in Elixir | 155 |