This simple Tic Tac Toe game written in Python is to let you get the hang of using Git and GitHub.
We're going to implement the functions we first stubbed in the GitBook chapter on Functional Abstractions
- Fork this repository.
- Clone it onto your machine.
git clone <URL> <directory_name>
- Checkout your own branch and make changes.
git checkout -b <branch name>
- Push to your forked copy.
git push <remote name> <branch name>
- Create a pull request on the original repository.
- Bask in the glow of making a contribution to open source.
Here are some of the other applications and resources you use for this course which are also on GitHub!
Feel free to contribute.