- Concept: Alpha Clash Pro is a typing game designed to enhance users' typing skills.
- Problem Solved: It helps users learn to type quickly and accurately, improving their typing speed and precision.
- Random Letters: Random letters appear so that users cannot predict the next letter.
- Point System: Points are added for each correct keystroke.
- Life System: Five lives are available. Each incorrect keystroke reduces a life. When lives reach zero, the game is over.
- Vanilla JavaScript: Game logic and interactions.
- HTML: Game structure and content.
- CSS: Game styling and user interface.
- Clone the repository:
git clone <repo_link>
- Navigate to the repository directory:
cd alpha-plus-pro
- Open the
index.html
file in your browser or use a live server to view the game.