Skip to content

ericpalyan/cs56-games-blackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs56-games-blackjack

W14 ready! (Jakob Staahl)

This is a current working version of a Blackjack game with a GUI. It can also be found at these links:

Running the game

simply use the command:

ant run

Recent changes

  • Improved Javadoc
  • Refactored files and directories to appropriately reflect current quarter (Winter 2014)
    • Previous: edu.ucsb.cs56.s13.Blackjack
    • Current: edu.ucsb.cs56.projects.game.blackjack
  • Removed JWS references
  • Added more JUnit tests
  • Removed uneccessary build.xml targets (github handles those for us)
  • Added Currency & Betting
  • Added How To Play
  • Added Double Down
  • Cleaned up code and added comments
  • Cleaned up and improved the GUI

Possible improvements

  • Online Multiplayer Blackjack - Using a server-client set up and java's built in socket libraries, create a blackjack game that two users can play on separate computers.
  • Allow players to change the bet amount at the end of each round
  • Allow a player to back out of the game
  • Add in game statistics
  • Save/load feature

Other former Blackjack projects

These are past projects which may have similar/missing features.

About

W14 | andrewberls 5pm | ericpalyan | (jstaahl) Blackjack game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%