-
Notifications
You must be signed in to change notification settings - Fork 10
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
Amazing! #4
Comments
So I managed to start using the AI mode to suggest move. However every next move is random, do I have to reset the board with the new layouts and ask for advice again from the AI for every move? Thanks |
You can use Server mode and 2048 clone together. The clone is modified so it asks the server to suggest moves when you click "Auto Play" or "Step". |
Thanks. I got the suggestion by clicking step, but let say on my 2048 side the spawn is different from the random spawn from 2048clone, and I would need to update the board manually every time to get the next suggestion? Or is there an easier way of doing it? Thanks! |
You could write a program or add some code to an existing program to interact with the AI. Below is an example from the 2048 clone. |
Hi I was running fine until the last command ./2048b -d5 3016, it loads array from 10a fine but it says no such file for 11b. I am not sure which step I did wrong to cause this, but I did run all the steps before.. Thanks |
Normally the program creates the 11b file if it's missing. It may take 20 minutes to compute the data in the file and you have to wait. Can you post a screenshot showing files in the directory and the error output from the AI? |
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 move? If yes which mode should I be using? Is that the AI mode? Thanks
The text was updated successfully, but these errors were encountered: