2048-ai icon indicating copy to clipboard operation
2048-ai copied to clipboard

AI for the 2048 game

Results 10 2048-ai issues
Sort by recently updated
recently updated
newest added

> ./configure make configure: WARNING: you should use --build, --host, --target checking for make-g++... no checking for make-c++... no checking for make-gpp... no checking for make-aCC... no checking for make-CC......

os: ubuntu 18.04 python: 3.7 i only tested firefox, i checked twice to make sure i followed every instruction but the following error appeared: ```py3 py 2048.py -b firefox Traceback...

Hi, I am [Jiancheng Yang](https://github.com/duducheng/), a PhD candidate from Shanghai Jiao Tong University, China. I do appreciate your excellent code for this super powerful agent! I developped a [2048 game...

Seems to me that cache misses are a potential bottleneck with these lookup tables. You should be able to do a single lookup table, and then do a fairly simple...

Sorry this is not a real issue. There is no forum for this project, I don't know better way to talk to you ;) FYI, I wrote 2048 ai last...

提供可选项把日志存储到文件中。 Provides an option to store logs in a file.

hello, how to fix this ? $ make make: *** No targets specified and no makefile found. Stop. i trying to build this using cygwin, but show me error

Thank you for sharing a good project. When I study your code, I cannot understand why heur_score_table[row] is calculated in a such way in init_tables(). heur_score_table[row] = SCORE_LOST_PENALTY + SCORE_EMPTY_WEIGHT...

Quick question (not sure if appropriate to ask) - I am trying to use this from a C# program (64bit) the output from getBestMove seems to always be -1 i...

Hello, this is Jingyi. This Pull Request enhances the READ.ME documentation by making the following improvements: 1. I added more detailed instructions for installing and building the project on various...