Skip to content

samridh90/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

A simple text-based blackjack game

###Prerequisites

  • You will need to have JDK and JRE installed on your system to be able to compile and run the game (version > 1.6.0_45).

###Instructions

  • Download the contents of the repository to a folder locally.
  • Change directory to the Blackjack folder
  • Compile the Blackjack.java file using javac Blackjack.java
  • You should now see *.class files corresponding to all the *.java files
  • To run the game, use java Blackjack
  • Enjoy!

About

A simple text-based blackjack game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages