/JavaGames

Some Terminal versions of board games written in Java

Primary LanguageJava

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.