Skip to content
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

Updating the game rules #17

Open
maxsu opened this issue Oct 10, 2019 · 4 comments
Open

Updating the game rules #17

maxsu opened this issue Oct 10, 2019 · 4 comments

Comments

@maxsu
Copy link

maxsu commented Oct 10, 2019

Hi, I was wondering how we determine the deck generation and tile placement rules from the game itself. Does it require that we decompile the APK? Has that work been documented anywhere?

@nneonneo
Copy link
Owner

I recall that they were derived simply through observation of the game state. I imagine a more robust method would be to reverse engineer the app; to my knowledge, this has not been attempted recently.

@maxsu
Copy link
Author

maxsu commented Oct 11, 2019

Do you have any leads on where it might have been done before? I know nearly nothing about reversing a game, but I'm dying to know how the game places tiles during repeated moves in the same direction. It appears to reuse the same row until the player picks a new direction - I believe this is a new rule, since online implementations randomize the row on each move.

@nneonneo
Copy link
Owner

nneonneo commented Oct 12, 2019 via email

@maxsu
Copy link
Author

maxsu commented Oct 12, 2019

Thanks for the encouragement! If you'd like, I'll report my progress! Once I have some rules I might need some instruction on how to incorporate them into the the AI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants