From 3337d8c1b709892e3e7a690926fc481fed063b3f Mon Sep 17 00:00:00 2001 From: Nabil Alsharif Date: Thu, 20 Jun 2013 18:04:19 +0200 Subject: [PATCH] Added readme file --- 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..34191cf --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## About + +This is a simple Tic-Tac-Toe game that uses the MiniMax algrithm to find the best possible move. + +Because this project is just a for-fun example there is only source. There is no build system included. To run the code I just load it into Eclipse and run the game.