Posts tagged ‘blackjack



Final Blackjack game

Posted on: Saturday, Mar 29, 2014

The last lesson (week) of the Tealeaf Academy Ruby on Rails Online Bootcamp was to add betting and AJAXify the Blackjack game. I’ve had the wildest ideas and grand schemes to make the Blackjack game a fun, flashing, exciting and grand game that even could compete with the Casinos.

Blackjack on the web

Posted on: Monday, Mar 24, 2014

In week 3 of the Ruby on Rails online bootcamp I had to remake the Blackjack game using the web framework, Sinatra. As this would be the third time making the Blackjack game, that game logic wasn’t that much of a problem anymore. However, getting used to Sinatra and suddenly making a web application proved to […]

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 […]