This project is meant to be a stat-tracker for an ultimate frisbee team. It will track individual players and both their personal info and their ultimate frisbee season stats.
Simply run the Diskiples.jar file and the program will open itself. If the Diskiples.jar file is not present, you can package the maven project to create the jar file.
Username: admin
Password: password
- Add players to your team
- View stats of players in your team
- Edit stats of players in your team
- Track a live ultimate frisbee game
- Factory: GameHandlerFactory
- Visitor: ActionVisitor
- Builder: StringBuilder
- Singleton: User
- Iterator: ArrayList
- Command: Runnable
- Decorator: InputStream subclasses
- Composite: java.awt.Container
- Flyweight: java.lang.Inteter#valueOf(int)