Welcome to the Football Simulator project!
NOTE: This project is still a major work in progress!
The Football Simulator is a software application that simulates football matches. It allows users to create teams, manage players, and simulate matches between different teams.
- Generate Team with random city and mascot
- Fill team with players, with customizable player count per position
- Automatically reorder depth chart based on player ratings
- Generate players with random names and ratings
- Store players stats
- Calculate and view team ratings (Offense, Defense, Special Teams, Overall)
- Create and manage teams
- Add and edit players
- Simulate matches between teams
- View match results and statistics
- Clone the repository:
git clone https://github.com/your-username/FootballSimulator.git
- Install the required dependencies:
npm install
- Start the application:
npm start
- Open the application in your web browser.
- Create a new team and add players to it.
- Simulate matches between different teams.
- View match results and player statistics.
Contributions are welcome! If you would like to contribute to the Football Simulator project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.