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

A strong AI for the popular 2048 game. It reaches the 65536 tile 3% of the time, without undos.

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

I think if you split the lookup tables into each individual layer by the sum of tiles, you will need much less memory to create the large tables. This could...

Can I increase tuple table size to get more variants of moves? Now `tuple_moves.10a` have size 1315mb , `tuple_moves.11a` have 1215mb. On my machine I can run only small runs...

Hi MacroXue, I am quite new to ubuntu and using github! I am just wondering if I can setp-up a pre-existing board, and ask the app what's the next best...

Hi, Macroxue. THX for this amazing work. I have question for you. Can i run this script in mode when i send to console command right with massive like this...

I'm trying to win the game on a device other than my PC. Is there a way to input a specific state of the game into the solver and get...

To tell the truth, I don't fully understand all those clever words in description, but I used this repository many times to get first place in different games and game...

Hi, Im completly new to ubuntu and i was wondering if you could help me. I dont know what im doing wrong after "building". How do i find/use the 2048...

I wrote a Endgame Table Generator that generates DPDF-512 (L3-512) lookup tables in 4 minutes and only takes up 2GB . It can also take more than 10 hours to...