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

Add Game: m,n,k-game #1298

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AussieSeaweed
Copy link

This PR contains an implementation of m,n,k-game, which is a generalization of tic-tac-toe and Gomoku.

The parameter defaults of m=15, n=15, and k=5 make the m,n,k-game identical to Gomoku. When set to m=3, n=3, and k=3, it is identical to tic-tac-toe.

I hope this game is a welcome addition to OpenSpiel.

@lanctot
Copy link
Collaborator

lanctot commented Dec 8, 2024

Thanks!

@lanctot lanctot added imported This PR has been imported and awaiting internal review. Please avoid any more local changes, thanks! merged internally The code is now submitted to our internal repo and will be merged in the next github sync. labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported This PR has been imported and awaiting internal review. Please avoid any more local changes, thanks! merged internally The code is now submitted to our internal repo and will be merged in the next github sync.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants