lightkun10 / Long-Practice-Rock-Paper-Scissors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors Game

This is part of the App Academy Open project. The purpose of this practice is to practice refactoring code to follow the Single Responsibility Principle and the DRY Principle, and practice reading test specs.

Table of Contents

Installation

  1. Ensure you have Node.js installed.

  2. Clone this repository:

    git clone https://github.com/your-username/rock-paper-scissors.git
  3. Navigate to the project directory:

    cd rock-paper-scissors
  4. Install dependencies:

    npm install

Usage

To commence the game, run:

npm start

About


Languages

Language:JavaScript 100.0%