Posts tagged ‘console



Blackjack console game (continued)

Posted on: Saturday, Mar 15, 2014

In the next week of the Ruby online bootcamp over at the Tealeaf Academy, you have to recreate the Blackjack game using  an object oriented approach. Having worked as a Java Software Engineer before, this isn’t much of a problem to me. I’ve implemented the objects and spruced up the ASCII art even more then […]

Blackjack console game

Posted on: Friday, Mar 7, 2014

I’m attending the GoTealeaf Professional Grade Ruby on Rails Online Bootcamp. As an assignment you have to create a procedural Blackjack game that can be run in the console / terminal. I’ve done this but I developed it a bit more then required: I created the Blackjack game with lots of ASCII art to make it […]