From 7186a131c2c444b7631070ee8487a770c54287e2 Mon Sep 17 00:00:00 2001 From: rahul9863 <53485632+rahul9863@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:05:13 +0545 Subject: [PATCH] README.md About the game. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f449b3 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# TIC-TAC-TOE + +This is the complete CPP codes for classic Game TIC TAC TOE using wxwidgets class Library. +It is Human vs Human (i.e 2 Player) game with added Graphics using Wxwidgets and response on Mouse click. +As the size is not reactive :P , just play in the size available. It is good or enough for the window display.