Skip to content

nexiath/rockpaperscissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RockPaperScissor Game

Welcome to the Rock-Paper-Scissors game with a feature to verify that the computer didn't cheat using HMAC.

Features

  • Play RockPaperScissor against the computer.
  • Verify the computer's move using HMAC for integrity.

Installation

  1. Clone the repository:

    https://github.com/nexiath/rockpaperscissor
    cd rockpaperscissor
  2. Install the dependencies:

    npm install
  3. Compile the TypeScript code:

    npx tsc

Usage

To start the game, run:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published