War Score Calculator is a PHP-based system designed to calculate and track player scores in war games. This project provides a comprehensive solution for managing player performance and statistics.
- 📊 Player score calculation and statistics
- 👥 Player data management
- 📈 Leaderboard system
- 🔍 Historical record tracking
- Backend: PHP
- Database: MySQL
- Frontend: HTML
- PHP 7.0+
- MySQL 5.7+
- Web Server (e.g., Apache)
- Clone the repository
git clone https://github.com/Ho-Isaline/war_score_byphp.git
- Set up the database
-- Create database
CREATE DATABASE war_score;
-- Use database
USE war_score;
-- Create necessary tables
-- (Refer to database schema documentation for detailed table structures)
- Configuration
- Update database connection settings
- Ensure proper web server permissions
- Access the system homepage
- Login with admin credentials
- Start recording player scores
- View statistics and leaderboards
- Add more statistical charts
- Enhance user interface
- Support additional game modes
- Implement API endpoints
Pull requests and issues are welcome!
This project is licensed under the MIT License - see the LICENSE file for details
Built with ❤️ by Isaline Ho