Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/henry7720/table-tennis-simulator
- Owner: henry7720
- License: mit
- Created: 2024-03-15T15:01:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T03:51:49.000Z (2 months ago)
- Last Synced: 2024-10-23T05:49:48.719Z (2 months ago)
- Topics: component, java, ohio-state-university, table-tennis, table-tennis-score-board
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)