Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wzwietering committed Jul 9, 2017
1 parent b3e6a42 commit feed664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blackjack/Deck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ void Deck::printDeck(int size) {
cards[i].printCard();
}
std::cout << '\n';
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Blackjack
Play blackjack against your computer! The Card.cpp and blackjack.h files can be used as base for any card game, since they contain all the mechanisms to create, shuffle and print packs and cards. This project uses the C++ standard library and the Visual Studio precompiled headers. The inspiration for this project was found over here: http://www.learncpp.com/cpp-tutorial/6-x-chapter-6-comprehensive-quiz/
Play blackjack against your computer! The Card.cpp, Deck.cpp and blackjack.h files can be used as base for any card game, since they contain all the mechanisms to create, shuffle and print packs and cards. This project uses the C++ standard library and the Visual Studio precompiled headers. The inspiration for this project was found over here: http://www.learncpp.com/cpp-tutorial/6-x-chapter-6-comprehensive-quiz/

0 comments on commit feed664

Please sign in to comment.