Game "Rock, Paper, Scissors" in JavaScript
A simple browser game created with pure JavaScript as part of learning the basics of programming and web development.
Minimalist interface and simple logic — everything implemented by hand from scratch.
Functionality:
- The player chooses "Rock," "Scissors," or "Paper"
- The computer randomly chooses a response
- The result of each round is displayed on the screen
- The winner is the one who first scores 5 points
- At the end of the game, a "New Game" button appears
Technologies:
HTML, CSS, JavaScript (without libraries or frameworks)
Minimalist interface and simple logic — everything implemented by hand from scratch.
Functionality:
- The player chooses "Rock," "Scissors," or "Paper"
- The computer randomly chooses a response
- The result of each round is displayed on the screen
- The winner is the one who first scores 5 points
- At the end of the game, a "New Game" button appears
Technologies:
HTML, CSS, JavaScript (without libraries or frameworks)