Skip to content

Some Terminal versions of board games written in Java

Notifications You must be signed in to change notification settings

JJudge0/JavaGames

 
 

Repository files navigation

Java Games

3 Simple Games Written in Java:

  • Blackjack
  • Mastermind
  • Boggle

To play a game, compile that game's .java file. For example, to play Boggle:

javac Boggle.java
java Boggle

These will require the latest version of Java to compile correctly.

About

Some Terminal versions of board games written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%