Skip to content

kay-who-codes/Game-Point-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Point Tracker

Track players' scores using this simple free web app.

App Image

Features

  • Input the number of players.
  • Set the starting score for each player.
  • Track and update scores in real-time.
  • Reset the game to start over.

Usage

  1. Open the app in a browser - LINK TO THE APP.
  2. Enter the number of players in the provided input field.
  3. Set the starting score for each player.
  4. Click "Start Game" to begin tracking scores.
  5. Update scores as the game progresses.
  6. Click "Reset" to start a new game.

Files

  • index.html: The main HTML file containing the structure of the app.
  • styles.css: The CSS file for styling the app with dark mode and a minimalist design.
  • script.js: The JavaScript file that handles user input, performs score tracking and updating, and manages the game state.

Contributing

Feel free to contribute to this project by submitting issues, pull requests, or suggestions. If you want to add new features or improve existing ones, please fork the repository and submit a pull request.

Contact