Skip to content

Akayeshmantha/Rock-Paper-Scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages