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

Battleship cells use their own enums as the casted type. #142

Merged
merged 4 commits into from
Jun 17, 2022

Conversation

Corppet
Copy link
Collaborator

@Corppet Corppet commented Jun 14, 2022

Revised BattleShipCell to use BattleshipType instead of Integer as the casted type for extended GridCell, and addressed any dependency issues.

@Corppet Corppet linked an issue Jun 14, 2022 that may be closed by this pull request
11 tasks
@charlestian23 charlestian23 merged commit f5e2e44 into Bram-Hub:dev Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Puzzle Cell classes extend from GridCell as an integer
2 participants