Simple version of Rock, Paper, Scissors build with vanilla JavaScript.
https://danprzy.github.io/Game_rock-paper-scissors/
- HTML5
- CSS3
- JavaScript
- Bootstrap v3
I made this game as a practice project during Kodilla front-end bootcamp to demonstrate understanding of JavaScript functions. A game will last 10 rounds. The player will be prompted for their input. The computer's choice will be randomized. The results and winner will be returned.
- develop better UI