Game Configurationjson Cricket League File New __link__

Feature: Game Configuration JSON — "Cricket League" (new)

Purpose

Provide a single, extensible JSON schema and example file to configure a new cricket league game (teams, format, schedule, venues, rules, points, and metadata) for use by the application.

"teams": [
  1. Data Organization: A JSON file helps organize data in a structured manner, making it easier to manage and update.
  2. Flexibility: JSON files can be easily edited and modified, allowing developers to make changes to the game configuration without altering the underlying code.
  3. Platform Independence: JSON files are platform-independent, meaning they can be used across different operating systems and devices.