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

I think I know how making 12 space lookup tables can be made easier.

Open 1h0si opened this issue 6 months ago • 5 comments

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 allow 12 space lookup tables with two free rows and columns, which would allow for some much better strategies to appear

1h0si avatar Jan 04 '24 11:01 1h0si