Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 433 Bytes

Blackjack

Terminal based game created to show my programming skills in Java.

Run

To run the application you have to execute the following command in terminal:

mvn exec:java

Technologies an tools

At the time of creation the following technologies and tools were used:

  • programming languages: Java 8,
  • libraries: JUnit 4, Mockito, AssertJ, Google Guice,
  • tools: Maven, Intellij IDEA.