Skip to content
/ blackjack Public

A simple blackjack GUI game written in Ruby and Gosu

Notifications You must be signed in to change notification settings

ah0y/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackjack

My first GUI ever. Built using Gosu. Card art by Cheyenne

Pre-requirements

  • ruby

To get started

  1. cd into your project directory with cd /blackjack/
  2. run bundle install to install all of the gem dependencies
  3. finally, run ruby game.rb in a terminal to start playing!

Start of Game

Start Game

Click your facedown card to flip it

Flip Card

Hit 'Stand' to start dealers turn, or 'Hit' to get another card

Stand

To build a Windows executable

  1. gem install ocra
  2. run ocra game.rb media/**/*.png --gemfile Gemfile --windows --chdir-first

About

A simple blackjack GUI game written in Ruby and Gosu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages