Giter VIP home page Giter VIP logo

rps's Introduction

CI

Generalized rock-paper-scissors

A generalized rock-paper-scissors CLI game with arbitrary number of moves and confirmation of the computer's move fairness

Peek.2024-04-17.12-05.mp4

How to use:

npm start rock paper scissors lizard spock
npm start -- --help

> [email protected] start
> tsx src/index.ts -h

Usage: rps [options] <moves...>

Generalized rock-paper-scissors cli game

Arguments:
  moves          odd number >=3 of unique moves (labels)

Options:
  -V, --version  output the version number
  -h, --help     display help for command

Requirements

  • supports arbitrary odd number of arbitrary combinations
  • accepts moves as cli arguments
    • > = 3 moves
    • odd number of moves
    • moves don't repeat
    • display a nice error msg if the requirements aren't met
  • rules: half of the next moves in the circle wins, half of the previous moves in the circle lose
  • check that the computer plays fair:
    • generate cryptographically strong random key (>= 256 bits)
    • calculate HMAC (based on SHA2 or SHA3) from the own move as a message with the generated key
    • display the HMAC to the user before his move
  • show a list of moves to choose from for the player
  • in case of incorrect input show the list again
  • show who won, the move of the computer and the original key
  • add help option, which displays a table that determines which move wins (headings, Win/Lose/Draw for cells)
  • show a link to some service to calc hmac
  • at least one class for each: table gen, rules, key gen, hmac calc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.