Skip to content

A simple command line coin flip game made in Java.

License

Notifications You must be signed in to change notification settings

kvinkel/coin-flip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin Flip

A simple command line coin flip game made in Java.

Compile and run from terminal

Compile from the src folder with:
~/src$ javac coin_flip/*.java

Run:
~/src$ java coin_flip.CoinFlip

Docker

Build and run:

docker build -t coin-flip .
docker run -it coin-flip

Pull from Docker Hub:

docker pull kvinkel/coin-flip

About

A simple command line coin flip game made in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published