Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.44 KB

Angular Chess Clock

Welcome to the Angular Chess Clock! This application provides a digital chess clock implemented using Angular. With this tool, you can manage and time chess matches with precision, ensuring fair play and accurate timekeeping during games.

The Application is Deployed on this url https://halftoothed.github.io/angularChessClock/, go check it out !!!

Getting Started

Installation

  1. Clone the repository:
https://github.com/HalfToothed/angularChessClock.git
  1. Navigate to the project directory:
cd angularChessClock
  1. Install dependencies:
npm install
  1. Serve the application locally:
ng serve

Usage

  1. Setting Time Controls: Before starting the game, set the desired time controls using the input fields provided.

  2. Start the Clock: Once the time controls are set, click the timer of the white player to begin the game and start the clocks for both players.

  3. Pause/Resume: If needed, you can pause the game at any time by clicking the "Pause" button. Resume the game by clicking "Resume".

  4. Reset the Clock: To reset the clocks and start a new game, click the "Reset" button.

Contributions

Contributions to the Angular Chess Clock are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.