Read in another language: Русский, English.
A simple incarnation of the well-known game in web format
The game is written using html, scss, js, react. In the game you have to "fight" with AI, which generates a random number from 1 to 3. Will you be able to defeat it?
You can view the finished version of the site by clicking on the link: https://lenkinma.github.io/rock-paper-scissors/
- Make sure you have an LTS version of Node.js installed on your computer. Download and install it if necessary.
- Clone this repository.
- Using the terminal or IDE, navigate to the project folder.
- Install the project's base dependencies with the
npm install
command. - Start the application by executing the
npm start
command. - Done! Go to the following address in your browser: http://localhost:3000.