Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

BaseballProgram

This is a personal project I made to track statistics for my brother's baseball team during their games in the 2023 season.
I enjoy using sports statistics to help me learn different ways to do things with programming.
I learned a lot about reading and writing to files when building this project.
My favorite part when builiding it was adding the dates to easily track when each statistic was tracked. 
It was fun to build, and fun for my brother to keep track with me.

I used Java for this project because it is the language I am most experienced with. For this upcoming season, I
am interested in using skills I learned to turn it into a web based application, to make it easier for others to access the data they need.

After compiling the java code, the program prompts the user to enter a name for the player. If the player exists, it looks up the file for that player.
If they don't exist, it creates a new file for the new player. It allows the user to enter stats, view stats, and delete stats. You can also modify it
directly because all data is stored in a CSV file.

MIT License

Copyright (c) [2023] [Austin Oravec]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A java program used to calculate and track statistics of baseball players

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages