Search results
# Run the AI in server mode on port 8080 and enable interactive mode. ./2048 -S 8080 -I The AI can also run in server mode to suggest moves and analyze user moves. For example, this 2048 clone sends GET requests like " http://localhost:8080/move?board=EDC1BA9187611111 " to the AI server and receives one-character replies like 'u', 'l', 'r', 'd ...
How to play: Just sit back and watch your computer play the game. If you like you can use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! Note: This site is NOT the official version of 2048. You can play the offical version at http://git.io/2048. Created by Henrik Djärv.
AI for the game 2048. See it in action here. (Hit the auto-run button to let the AI attempt to solve it by itself) The algorithm is iterative deepening depth first alpha-beta search.
Join the numbers and get to the 9007199254740992 tile! Move randomly with ms. How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! Note: This site is NOT the official version of 2048. You can play the official one here: http://git.io/2048.
Tired of all your friends doing better than you at 2048? The 2048 Hack Version lets you set the value of the generated tiles, allowing you to beat all of their scores. Alternatively, you could also set the starting value to a strange number or a word and see what happens.
You can use this 2048 AI to control the 2048 browser game. The browser control capability is meant as a proof of concept to show the performance of the AI; it will only work on the original 2048 browser game or any compatible clone, not all 2048 games.
Based on the modded 2048 by CyberZHG the Asian genius: CyberZHG Contributors: jiangtyd| allbinbin. Auto move: Corner Swing Swirl Left-Right Up-Down Random Stop