https://github.com/beatrizfriso/luckyd20
A simple c-sharp console application for rolling a D20 dice. This repository contains an easy-to-use implementation for simulating 20-sided dice rolls, perfect for RPG games and other tabletop adventures. Roll the dice, challenge fate, and embark on your own epic journeys!
https://github.com/beatrizfriso/luckyd20
console-application csharp d20-game dice-roller
Last synced: 11 months ago
JSON representation
A simple c-sharp console application for rolling a D20 dice. This repository contains an easy-to-use implementation for simulating 20-sided dice rolls, perfect for RPG games and other tabletop adventures. Roll the dice, challenge fate, and embark on your own epic journeys!
- Host: GitHub
- URL: https://github.com/beatrizfriso/luckyd20
- Owner: beatrizfriso
- Created: 2023-08-31T14:02:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T22:08:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T07:45:23.668Z (over 1 year ago)
- Topics: console-application, csharp, d20-game, dice-roller
- Language: C#
- Homepage:
- Size: 5.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## 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