CricPulse is a desktop application built with JavaFX that allows users to simulate and manage cricket matches, players, teams, scorecards, analytics, and points tables. It connects to an Oracle Express Edition database using JDBC.
- Live match simulation and score updates
- Player, team, and tournament management
- Points table with automatic updates
- Player comparison and analytics dashboards
- Query-based reports for custom data insights
- Stylish UI built using JavaFX and FXML
- Frontend: JavaFX, FXML, CSS
- Backend: Oracle XE Database
- Database Connector: ojdbc11.jar (included in
/lib) - IDE: IntelliJ IDEA (Recommended)
CricPulse/ ├── src/ # All Java source files and UI layouts ├── lib/ # External libraries (ojdbc11.jar) ├── cricket_db_script.sql # SQL file to create required tables ├── README.md # You're reading it! ├── .gitignore # IntelliJ and Java ignore rules └── CricketDB.iml # IntelliJ module file
This project is not open source.
You are welcome to download and use the app for personal or educational purposes. However, you may not modify, reuse, or redistribute the source code in any form. All rights reserved by the author.
For collaboration or licensing requests, please contact me directly.
git clone https://github.com/blackwatermelon0000/Cricpulse.git