tictactoe

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

Update README.md

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,8 @@
 # Tic Tac Toe on the Command Line
 
-This is a Command line tic tac toe game. It was first developed as a [solution
-to a practical problem of a University course.](https://github.com/mjkloeckner/CB100/blob/3db111deffcd5ec767f81682f9f9c2106e05b69a/guias/2/ej12.cpp)
+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
 
 ## Dependencies