Back to search
My first Tic Tac Toe program. I welcome any code reviews and pull requests!
Stars
641
Forks
55
Watchers
641
Open Issues
24
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Got rid of a blank line that appeared in the output of the generator.
fa846ecView on GitHubUpdated the generator so that it produces much smaller, more compact strings when drawing the tic tac toe board.
1d558acView on GitHubRemoved trailing whitespace. This has the added benefit of destroying the `git blame` output!
9c7dae7View on GitHubAdded generate_code_for_tictactoe.py, which generates the code for tictactoe.py.
b72489bView on GitHub