A console application for playing the card game of War against the computer. Player with all the cards in the end wins! Are you ready to declare war?
- Java SDK v13 or later
- Java added to PATH
$ git clone https://github.com/SemperFortis/War.git
$ cd war
$ cd src
$ javac App.java
$ java App
When contributing, please open a new issue.