From 8f1f38d1fcfa7585cf80bfb988bf78a9229def84 Mon Sep 17 00:00:00 2001 From: apurvajungade <44208914+apurvajungade@users.noreply.github.com> Date: Wed, 17 Oct 2018 11:48:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ed4a37..818c0ad 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ The application runs the basic tic-tac-toe game in a digital form. It enables the user to play the game against the computer in single player mode, or against another human in dual player mode. It stores the profile of at max 3 users to ensure that the data of all the individual games played by any particular player gets stored for life time. Please have the store.dat saved in the sae folder as your mainv6.2 to avoid any errors. You can use record cleaner .exe if you wish to generate a new store.dat file that will contain the data of new 3 users as per you wish. + +Note- Resources are used only for educational purposes