https://github.com/sequint/football-roster-tracker
Console program that allows a user to create and keep track of players in a roster
https://github.com/sequint/football-roster-tracker
java object-oriented-programming
Last synced: 11 months ago
JSON representation
Console program that allows a user to create and keep track of players in a roster
- Host: GitHub
- URL: https://github.com/sequint/football-roster-tracker
- Owner: sequint
- Created: 2023-12-12T18:02:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T19:37:02.000Z (about 2 years ago)
- Last Synced: 2024-11-11T10:16:44.247Z (over 1 year ago)
- Topics: java, object-oriented-programming
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football Roster Tracker
Course: CIS 183 (Object-Oriented Programming)
- Console program that allows a user to create and keep track of players in a roster.
- The user can add and lookup players.
- The user can also save the roster to a file, and load a roster from a file.