-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mode question - answer #5
Comments
Yes, you can. Please see Server mode. Once the AI is running in server mode with
|
THX for your answering it's help me strongly. I tried solving some modified version of 2048 where after some needing score value reaching board starts generate new cell with 8 and 16 value. It leads that AI solve this type of game worse than classic 2048. Maybe, I can or You can do some small modification on game where AI should get their solving base for do it better to this type of game? |
It would require a lot of changes to handle the spawning of 8 and 16 tiles. These tiles definitely make the game harder than the classic 2048. Below are a few places that require changes. You can give it a try. Good luck. https://github.com/macroxue/2048-ai/blob/master/tuple.h#L242 |
THX |
Thanks, its working for me now. However I find it quite tedious to input the state every move, can I use any other method to update the state? |
You can update your program to get moves from the AI. Please check this 2048 clone which has been modified to work with the AI server. You can look at this commit for details. |
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 [16,512,2,0,64,256,0,2,16,128,0,0,8,4,0,0] and got best direction? This is very needing function for me.
The text was updated successfully, but these errors were encountered: