From a6a0d68ace958fb8a0b100f6a2055f4c0a044d1d Mon Sep 17 00:00:00 2001 From: Nathan George Date: Thu, 20 Oct 2022 22:42:38 -0400 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90be2a3 --- /dev/null +++ b/README.md @@ -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.
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.