Skip to content

PickRandomCards is a very simple but great way to learn C#. This project demonstrates how to pick a random playing card from a standard deck of 52 cards πŸƒ.

Notifications You must be signed in to change notification settings

EfremMic/PickRandomCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project Logo

Pick a Random Card

A straightforward C# project to choose playing cards at random from a regular deck.

Overview β€’ Usage β€’ Dependencies β€’ Output β€’ Acknowledgments

Overview

PickRandomCards is a very simple but great way to learn C#. This project demonstrates how to pick a random playing card from a standard deck of 52 cards πŸƒ.

Usage

To start using this project, follow these steps:

  1. Start by downloading or cloning the repository to your local machine.
  2. Open the project in one of your preferred dev environments (e.g. Visual Studio).
  3. Simply build and run the application.
  4. The terminal will prompt, and you can enter the number of random cards you want to pick from the deck.
  5. The terminal will display the randomly selected cards.

Dependencies

This project is a standalone C# that uses the .NET framework.

Output

image

Acknowledgments

Special acknowledgment to "Head First C# 4th Edition" for their valuable insights and inspiration.

About

PickRandomCards is a very simple but great way to learn C#. This project demonstrates how to pick a random playing card from a standard deck of 52 cards πŸƒ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages