Skip to content

Final Project for CS43 - OOP Tic-Tac-Toe

Notifications You must be signed in to change notification settings

CurbaiCode/CS43Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS43 Final Project

Tic-Tac-Toe

An Object-oriented programming (OOP) implementation of the classic game Tic-Tac-Toe, written in Python.

Getting Started

This project is ready to use right out of the box.

Dependencies

This project uses the Python 3 syntax. Most operating systems come with Python pre-installed, but you may have to install Python 3 manually.

Installation

  1. Clone the repo

    git clone https://github.com/CurbaiCode/CS43Final.git
    
  2. Run the file oop_tictactoe.py

    python3 /path/to/oop_tictactoe.py
    
  3. Play!

Usage

If you have any questions, there are in-game instructions. Just enter 2 at the main menu.

Authors