2048_M-A-Star
Game solver
An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles.
2048 solver
204 stars
13 watching
27 forks
Language: Java
last commit: about 8 years ago
Linked from 1 awesome list
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 |
brunoborges/fx2048 | A JavaFX-based implementation of the popular puzzle game 2048 | 275 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
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 |
themattrix/sed2048 | An implementation of the popular puzzle game 2048 using sed scripting language | 107 |
jyothsnasrinivas/eta-android-2048 | An Android game built using functional programming principles and the Yampa FRP library in Haskell. | 56 |
rahulmutt/eta-2048 | An 2048 game clone built using the Yampa FRP library and the Eta programming language | 29 |
gd4ark/2048 | A 2048 game built using JavaScript | 96 |
wenxuanjun/2048 | An implementation of the 2048 game using AI algorithms | 2 |
zeta36/chess-alpha-zero | An implementation of AlphaGo Zero's reinforcement learning approach to master the game of chess | 2,133 |
nikitanikolaenko/aoc-2023 | A Java-based solution to solve Advent of Code 2023 puzzles | 1 |
daniglez/aoc | A collection of solutions to Advent of Code puzzles written in Julia | 6 |
alexjlockwood/compose-multiplatform-2048 | A 2048 game written in Kotlin using Jetpack Compose Multiplatform for multiple platforms. | 447 |
gboehl/econpizza | A framework to solve and simulate nonlinear macroeconomic models with heterogeneous agents using automatic differentiation | 78 |