Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 492 Bytes

ReadMe.md

File metadata and controls

17 lines (14 loc) · 492 Bytes

Rock Paper Scissor App

How to run 🏃

  • Make sure you have intellij or eclipse
  • Make sure you've installed Java 17 and apache maven 3.8+
  • Export as a maven project
  • Create the Application Configuration point to App file.
  • Enjoy!

Pros

  • Thread synchronization on resources will give ability to scale players and rounds.
  • Using non blocking Lock API
  • Perform rounds parallel

Cons

  • Limited to 100 rounds and only two players
  • In reality parallel execution is not pissible