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

Overridable method custom_spawn_and_draw on PieceUI #9

Merged

Conversation

ninetailsrabbit
Copy link
Owner

Description

Right now the special pieces only spawned in the middle cell of the source sequence. This limits the possibility to add additional behaviour when these pieces want to be drawn on the board.

Addressed issues

#7 - The special pieces now can define a custom logic to spawn in the board when sequence consumer detects them

…e the cell in which the new part will be drawn.
@ninetailsrabbit ninetailsrabbit added the enhancement New feature or request label Nov 20, 2024
@ninetailsrabbit ninetailsrabbit self-assigned this Nov 20, 2024
@ninetailsrabbit ninetailsrabbit linked an issue Nov 20, 2024 that may be closed by this pull request
@ninetailsrabbit ninetailsrabbit merged commit 42e2817 into main Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a method to spawn new piece in a specific position
1 participant