Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henry7720/table-tennis-simulator

A table tennis game simulator component written in Java.
https://github.com/henry7720/table-tennis-simulator

component java ohio-state-university table-tennis table-tennis-score-board

Last synced: about 2 months ago
JSON representation

A table tennis game simulator component written in Java.

Awesome Lists containing this project

README

        

# Table Tennis Simulator Java Component
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.

## Requirements
* Java JDK ≥ 8

## Tutorial
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.

## License
[MIT](LICENSE)