From 1f6532f8ff1b0365e833ef1e850fd85888611e78 Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Tue, 21 Jan 2025 20:20:20 +0100 Subject: [PATCH] Basic README --- Model/README.md | 3 --- README.md | 20 +++++++++++++++++++- 2 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Model/README.md diff --git a/Model/README.md b/Model/README.md deleted file mode 100644 index 3d677e7..0000000 --- a/Model/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Model - -A description of this package. diff --git a/README.md b/README.md index 5ebb4f8..df875b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# Connect4 +Connect 4 +========= +## Building + +Except for the CLI project, every project should be cross platform. +CLI however, is a Apple XCode CLI project and requires XCode to be built and run. + +## Tests + +Legacy XCF Tests are used and therefore are not cross platform. + +## Parts + + - Part 1 + +## Is Missing: + + - Some non-mendatory features + - Documentation