TIY-DC-ROR-2015-Jan / course-notes

Syllabus, notes, and more for the class
0 stars 3 forks source link

Blackjack class #72

Closed jamesdabbs closed 9 years ago

jamesdabbs commented 9 years ago

Due on Feb 04 @ 09:00am

Objectives

Learning Objectives

After completing this assignment, you be able to effectively use

A link to a repo containing:

Get the specs passing, implementing the classes in order.

Hard Mode

rob-hutchinson commented 9 years ago

https://github.com/rob-hutchinson/blackjack.git

I believe the tests all run (and I added a few to make sure that my Aces were giving the correct score). I got start on a first attempt at the game blackjack but didn't make it very far. Also, I need to rethink how my "to_s" method for the Hand class works. It passes the test but in practice is malfunctioning. I'll ask you about it tomorrow.

jamesdabbs commented 9 years ago

Cool, definitely looking good :+1: A few nitpicks -

I'm not sure how playable the hard mode is (or how much you want it to be), but consider adding betting, money, rounds, and cumulative scores if you want to keep going further.