-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Added TicTacToe to notebook #213
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
Conversation
@norvig https://help.github.com/articles/reverting-a-pull-request/ . Maybe that might work |
Need some inputs here. Which name would be nice for the interactive game And @norvig reverting a PR is easy but it creates one more PR while reverting. It would be better if @Chipe1 can rebase/merge this branch with updated master branch and push a new commit to resolve conflicts. |
@SnShine I like the idea of having content of canvas and and ipyviews together in ipyviews. But the issue is that I am not sure how well the canvas file follows the model view architecture. Overall it would be a good idea to have them together. I am also writing a ipynotebook for ipyviews explaining the usage. Probably @Chipe1 can then add to it and we can have a good doc on how to use his general canvas implementation. |
I fixed the conflict and moved canvas.js to js folder |
You can now play TicTacToe with human, random or alphabeta player