Skip to content

Commit

Permalink
Updated readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Werdler committed Mar 15, 2014
1 parent 1565ff4 commit 859ca28
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,3 +6,5 @@ This is the console Blackjack game made for lessons 1 and 2 of Ruby on Rails Onl
I've made this blackjack game in two versions. The first version was procedurally coded, it works fine but still has some issues. It can be found in the [blackjack-procedural](blackjack-procedural/) folder.

The second version has been transformed into a Object Oriented version with much of the previous issues fixed. It works well and has better ASCII art. It can be found in the [blackjack-oop](blackjack-oop/) folder.

For more information, see the posts at http://codefish.org/tag/blackjack/.
13 changes: 13 additions & 0 deletions blackjack-oop/README.md
@@ -0,0 +1,13 @@
Console Blackjack game (OOP)
=================

Simple Blackjack game made for lesson 2 of Ruby on Rails Online Bootcamp (Tealeaf Academy). This version of the Blackjack game has been programmed using Object Oriented Programming. It also has alot of the issues fixed from the [previous version](/blackjack-procedural).

### Requirements

Please note a minimal console width of 154 characters is required for running the Blackjack game!




For more more information and screenshots, see the post at http://codefish.org/24/ruby/blackjack-console-game/.
3 changes: 2 additions & 1 deletion blackjack-procedural/README.md
Expand Up @@ -13,4 +13,5 @@ Please note a minimal console width of 154 characters is required for running th
* The game supports up to 5 cards per player. It can display more cards but the center will shift.
* Only two players are supported, one of those being the dealer
* Cards are chosen at random, the game doesn't track one or more deck of cards. This makes it possible to draw exactly the same cards but prevents card counting :-)


For more more information and screenshots, see the post at http://codefish.org/24/ruby/blackjack-console-game/.

0 comments on commit 859ca28

Please sign in to comment.