Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 260 Bytes

Blackjack for the Web

This is Blackjack written in Ruby and using Sinatra framework.

You can try the game at http://vegasblackjack.herokuapp.com/.

To install locally:

  1. Run bundle.
  2. From the command line, you can start the server with 'ruby main.rb'