From 784e49dd1f5c089f2640eefef45e0bd5d5015fa5 Mon Sep 17 00:00:00 2001 From: Beatriz Friso <101422055+beatrizfriso@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:22:28 -0300 Subject: [PATCH] Update README.md --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78ef84c..9bac801 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,47 @@ -# LuckyD20 - +# LuckyD20 - The Lucky Dice Roller + +LuckyD20 is a simple .NET console project created with the purpose of helping you better understand how methods work in C# and to enhance your programming skills. This project provides a fun way to roll a 20-sided dice and receive wishes of good luck. + +## How to Use + +**1.** Make sure you have the .NET Core development environment installed on your machine. You can download it from [dotnet.microsoft.com](https://dotnet.microsoft.com/download). + +**2.** Clone this repository to your machine: + +> git clone https://github.com/your-username/LuckyD20.git + + +**3.** Navigate to the project directory: + +> cd LuckyD20 + + +**4.** Build the project: + +> dotnet build + + +**5.** Run the application: + +> dotnet run + + +**6.** When the program starts running, simply **press any key to roll the D20 dice**. + +**7.** The program will display a random number between 1 and 20, along with a message of good luck. + +## Contributions + +Contributions are welcome! If you wish to improve this project, feel free to submit a pull request. + +## License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +## Author + +This project was created by [Beatriz Friso](https://github.com/beatrizfriso). + +## Acknowledgments + +Thank you for using LuckyD20 to enhance your programming skills, and we wish you the best of luck in your endeavors! <3