Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.04 KB

Tic Tac Toe

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

Instructions

  1. Fork this repository.
  2. Clone it onto your machine.

git clone <URL> <directory_name>

  1. Checkout your own branch and make changes.

git checkout -b <branch name>

  1. Push to your forked copy.

git push <remote name> <branch name>

  1. Create a pull request on the original repository.
  2. Bask in the glow of making a contribution to open source.

Other Applications on GitHub

Here are some of the other applications and resources you use for this course which are also on GitHub!

Feel free to contribute.

  1. MOE Computing GitBook
  2. Coursemology v1
  3. Coursemology v2