-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87ae2b0
commit a6a0d68
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |