Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmosisDire authored Oct 21, 2022
1 parent 87ae2b0 commit a6a0d68
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Console Based TicTacToe

![image](https://user-images.githubusercontent.com/39423700/197098873-c74e876c-62a3-4ec5-9015-bd66ffdb844b.png)

This is a very simple but reasonably feature rish tic tac toe game that runs in the console. It only supports Windows cmd.exe due to it's use of window resizing, and fonts.

## Features:

Game Modes:
- Human vs. Human
- Humnan vs. Bot
- Bot vs. Bot
The AI is almost too good, but also has an element of randomness to it to make sure it isn't predictable.

Board Sizes:
- 3x3 (3 in a row to win)
- 4x4 (4 in a row to win)
- 5x5 (4 in a row to win)
- 6x6 (5 in a row to win)

Color Themes:
- There are a number of color themes to choose from. <br> The characters in the ternimal are colored to make a clean and nice looking design.

Font Size:
- Scale the UI. The only works in the windows cmd.exe.

It works in Windows Terminal, but may somtimes leave extra characters in the terminal leading to visual glitches.

0 comments on commit a6a0d68

Please sign in to comment.