This is a Java component which simulates game scores, with layered implementation classes. This was made for fun and as a project Ohio State CSE 2231. As a player, it's a fairly realistic generation for equally-skilled opponents.
- Java JDK ≥ 8
To give it a try, clone the repo and run Player1.java. Follow the listed instructions in the command prompt, then check your output file!
Note: if you are confused, make sure to read the inline documentation for each method's contract.