From 3c4df08f740c52d8ab0a3e3b09fb1c39c07b67d8 Mon Sep 17 00:00:00 2001 From: Alexis Drai Date: Wed, 28 Sep 2022 21:28:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa6ad8..fea44d2 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ ## To use the app -TLDR: you can't really +Open the *DiceAppConsole.sln* solution and navigate to the *App* project. The *Program.cs* file has a `Main()` method that can be launched. -Open the *DiceApp* solution and navigate to the *App* project. The *Program.cs* file has a `Main()` method that can be launched. It will soon be able to load a stub. Then you will be able to play a console prototype / perform functional tests. But it isn't ready yet. +*If you simply load DiceApp.sln, Visual Studio will nt load the App project...* + +The console prototype loads a stub with a few small games that you can test, and you can create new everything (with a little patience). ## To contribute (workflow)