Skip to content
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

This is my intial stab at the tic tac toe problem. Thanks for your time. #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2010

  1. intial add of tictactoe.py source file

    Chris Gause authored and Chris Gause committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    66b7027 View commit details
    Browse the repository at this point in the history
  2. Added class and methods to initialize game board and display game board

    Chris Gause authored and Chris Gause committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    06c3d56 View commit details
    Browse the repository at this point in the history
  3. added basic game loop and methods for collecting and validatin user i…

    …nput
    Chris Gause authored and Chris Gause committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    786d5af View commit details
    Browse the repository at this point in the history
  4. added logic to play game and intructions

    Chris Gause authored and Chris Gause committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    3fd95c8 View commit details
    Browse the repository at this point in the history
  5. added more comments

    Chris Gause authored and Chris Gause committed Oct 24, 2010
    Configuration menu
    Copy the full SHA
    acba6f1 View commit details
    Browse the repository at this point in the history