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

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

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.