@retr01/rockpaperscissors
v0.1.0
Published
<div align="center" id="top"> <img src="./.github/app.gif" alt="@retr01/rockpaperscissors" />
Readme
:dart: About
This project is a rock-paper-scissors game.
:sparkles: Features
:heavy_check_mark: Players can choose between rock, paper, or scissors.;
:heavy_check_mark: The computer generates a random choice;
:heavy_check_mark: The game evaluates the choices and determines the winner;
:heavy_check_mark: The result of each round is displayed to the players;
:heavy_check_mark: Players can play multiple rounds;
:heavy_check_mark: Players can restart the game to play again;\
:rocket: Technologies
The following tools were used in this project:
- [HTML/CSS]
- [JavaScript]
- Node.js
- [Express.js]
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Express and Node installed.
:checkered_flag: Starting
# Install this project
$ npm install @retr01/rockpaperscissors
# Run the project
$ npm start
# The server will initialize in the <http://localhost:3000>:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by {{retr01}}
Back to top
