Skip to content

dsm23/QA-Blackjack-Rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

QA-Blackjack-Rules

List of all the rules for the QA blackjack games.

The list is in rules.txt.

To add your own:

  1. Create a new folder.
  2. Open terminal/command prompt and do git init
  3. Then, git pull https://github.com/Brad94/QA-Blackjack-Rules
  4. From there, edit rules.txt with new rules, etc.

To push those changes:

  1. git add .
  2. git commit -m "Your message here"
  3. git remote add origin https://github.com/Brad94/QA-Blackjack-Rules
  4. git push origin master

About

List of all the rules for the QA blackjack games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published