Skip to content

polygonstew/street_dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

street_dice 🎲

My best attempt at making Street Dice into a console app/game with C#. Wish me luck.

So far I have found some sites that can turn words into ASCII art. Credited below, so I do not think that is considered using other peoples art. Imagine it as a font... yeah.

Talk about some double \\ replacement.

_________ __ __ ________ .__ / _____// |________ ____ _____/ |_ \______ \ |__| ____ ____ \_____ \\ __\_ __ \_/ __ \_/ __ \ __\ | | \| |/ ___\/ __ \ / \| | | | \/\ ___/\ ___/| | | ` \ \ \__\ ___/ /_______ /|__| |__| \___ >\___ >__| /_______ /__|\___ >___ > \/ \/ \/ \/ \/ \/

NOPE """

//title card var title = """ _________ __ __ ________ .__ / _____/ / |________ ____ _____/ |_ \______ \ |__| ____ ____ \_____ \\ __\_ __ \_/ __ \_/ __ \ __\ | | \| |/ ___\/ __ \ / \| | | | \/\ ___/\ ___/| | | ` \ \ \__\ ___/ /_______ /|__| |__| \___ >\___ >__| /_______ /__|\___ >___ > \/ \/ \/ \/ \/ \/

""";

⚀⚁⚂⚃⚄⚅ <- I don't know if I can use these in C# console. Gonna find out!

Rules:

After watching the yt video sited below, this is what I have came up with so far.

  1. Find Players
  2. Set Shooter
  3. pick HIGH or LOW

  4. Throw the Dice
  5. who ever rolls it first is the shooter

  6. !! - Bet
  7. Shooter throws down / opponent can match or fade.

  8. MATCH and FADE
  9. MATCH is to match the bet. FADE is to

  10. Shooter ROLLS
  11. if it is 7 or 11 shooter wins / if it is 2, 3, or 12 loses the pot

    all other numbers will be set as POINT

That list is nice

About

My best attempt at making Street Dice into a console app/game with C#. Wish me luck.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages