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

Show hints in/on empty cells next to filled ones saying what could come there. #79

Open
soulne4ny opened this issue Dec 17, 2012 · 3 comments

Comments

@soulne4ny
Copy link
Collaborator

It could be good to help a new player to start.

@yarcat
Copy link
Owner

yarcat commented Dec 17, 2012

Sounds cool! Can you please explain it in a more detailed way?

  • How exactly
  • How are you gonna display this in case there are multiple options (or super-multiple)
  • We have to remember, that we can generate compounds in any direction vertically and horizontally! How this gonna be displayed?

@yarcat yarcat closed this as completed Dec 17, 2012
@soulne4ny
Copy link
Collaborator Author

How

  • Scan all "lines" for non-empty cells standing next to empty ones. Let call it border-pair.
  • For each border-pair see what could be a continuation involving more non-empty cells next to the border.

Result list

It should be stored/associated with the cell. Each empty cell could have several non-empty neighbours. It should store sum of all possibilities.

Display

Either of these

  • Show most popular one.
  • Show hint in a panel listing more possibilities.
  • Show a popup/hint on right-click or long press.
  • Filter the list by element available on the field.

@soulne4ny soulne4ny reopened this Dec 17, 2012
@soulne4ny
Copy link
Collaborator Author

However, it does not look as easy as it was looking during the morning.

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

No branches or pull requests

2 participants