Skip to content

Ho-Isaline/war_score_byphp

Repository files navigation

⚔️ War Score Calculator

📖 About

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.

⚡ Key Features

  • 📊 Player score calculation and statistics
  • 👥 Player data management
  • 📈 Leaderboard system
  • 🔍 Historical record tracking

🛠️ Tech Stack

  • Backend: PHP
  • Database: MySQL
  • Frontend: HTML

🚀 Getting Started

Prerequisites

  • PHP 7.0+
  • MySQL 5.7+
  • Web Server (e.g., Apache)

Installation

  1. Clone the repository
git clone https://github.com/Ho-Isaline/war_score_byphp.git
  1. 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)
  1. Configuration
  • Update database connection settings
  • Ensure proper web server permissions

📝 Usage

  1. Access the system homepage
  2. Login with admin credentials
  3. Start recording player scores
  4. View statistics and leaderboards

🔄 Development Roadmap

  • Add more statistical charts
  • Enhance user interface
  • Support additional game modes
  • Implement API endpoints

🤝 Contributing

Pull requests and issues are welcome!

📜 License

This project is licensed under the MIT License - see the LICENSE file for details


Built with ❤️ by Isaline Ho

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published