Skip to content

feat: implement Checkers with forced captures and promotion rules#95

Merged
salazarsebas merged 5 commits intosalazarsebas:mainfrom
pheobeayo:feat/checkers-with-forced-captures-and-promotion-rules
Mar 29, 2026
Merged

feat: implement Checkers with forced captures and promotion rules#95
salazarsebas merged 5 commits intosalazarsebas:mainfrom
pheobeayo:feat/checkers-with-forced-captures-and-promotion-rules

Conversation

@pheobeayo
Copy link
Copy Markdown
Contributor

fixes and closes #67

Implemented the Checkers with Forced captures and Promotion rules

  • Initialized a standard Checkers board.
  • Where the current player submits a move.
  • The contract validates ownership, movement legality, and mandatory captures.
  • The contract updates board state, removes captured pieces, and promotes when applicable.
  • The Turn advances or the game ends if a win condition is met

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

@pheobeayo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@salazarsebas
Copy link
Copy Markdown
Owner

Hey @pheobeayo ,
Please move the workflow to the main root directory; otherwise, it won't run.

@pheobeayo
Copy link
Copy Markdown
Contributor Author

Hey @pheobeayo , Please move the workflow to the main root directory; otherwise, it won't run.

Done

@salazarsebas
Copy link
Copy Markdown
Owner

Hey @pheobeayo , please fix the workflow errors

Copy link
Copy Markdown
Owner

@salazarsebas salazarsebas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@salazarsebas salazarsebas merged commit e3fde95 into salazarsebas:main Mar 29, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

feat: implement Checkers with forced captures and promotion rules

2 participants