amie-wilt / assignments

Homework for TIY!
0 stars 0 forks source link

Assignment 8-1 - Blackjack Revisited #35

Open ambethia opened 9 years ago

ambethia commented 9 years ago

Week 8 - Assignment 1

We're going to recreate our original Blackjack app from week one, but this time using a backend API as a service to provide the game logic.

I've deployed the API at:

http://pure-forest-blackjack.herokuapp.com

Here's the source for that Rails app:

https://github.com/tiy-tpa-rails-q2-2015/baas

Requirements

My partial demo of using Net::HTTP and our Blackjack API Net::HTTP Ruby Docs Peter Cooper's Net::HTTP Cheatsheet