Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: de_soot <78423238+de-soot@users.noreply.github.com>
  • Loading branch information
de-soot authored Jun 13, 2024
1 parent ddc328a commit 9b77bad
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Tic Tac Toe CLI
Classic game of Tic-Tac-Toe in the command line made with Python.
# Tic-tac-toe CLI
Classic game of Tic-tac-toe in the command line made with Python.

Created for my school's computer science class homework assignment.
Originally made for my school's computer science class homework assignment, but expanded to include extra features.

## Features
- Classic game of Tic-tac-toe
- Follows all of the rules in the original game
- Customisable board size
- Two-player couch gameplay
- Runs on the command-line interface
- Minimal ASCII art
- Made with Python

## Usage
### Local:
Expand Down

0 comments on commit 9b77bad

Please sign in to comment.