tictactoe

Tic Tac Toe on the terminal using ANSI Escape Codes
Index Commits Files Refs README LICENSE
commit 1e5c90a0c7a1f8bf73a1b5d8e488b237282aa89f
parent c44fe38946247ce3bc3306021ec36a6e2095cc7e
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Mon,  1 Apr 2024 00:39:20 -0300

Add gif Screencast of the game

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -4,6 +4,8 @@ This is a Command line tic tac toe game. It was first developed as a
 [solution](https://github.com/mjkloeckner/CB100/blob/3db111deffcd5ec767f81682f9f9c2106e05b69a/guias/2/ej12.cpp)
 to a practical problem of a University course
 
+![Screencast of the game](https://github.com/mjkloeckner/tictactoe/assets/64109770/307ca00b-8d8f-42a4-b716-536cc25c114c)
+
 ## Dependencies
 
 - Unix Based Operating System (Linux, \*BSD, etc)