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

MOE Computing Course Practical Git Exercise

Notifications You must be signed in to change notification settings

moexmen/tictactoe-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MOE Computing Course Practical Git Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages