Skip to content

A classic rock, paper, scissors extended to rock, paper, scissors, lizard, spock.

Notifications You must be signed in to change notification settings

LorenzoBoffa/games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissor, ...?

A simple rock, paper, scissors game with an extension to include lizard and spock and a surprise at the end.

https://prod--gleaming-licorice-5af2e6.netlify.app/

Project Setup

cd games
npm install

Compile and Hot-Reload for Development

npm run dev

Run Unit Tests with Vitest

npm run test:unit

Navigating the project

Navigate to: "games/src/helpers" to find:

  • foobar.ts: containing methods for exercise 1.
  • gameModel.ts: containing basic definitions for exercise 2.

About

A classic rock, paper, scissors extended to rock, paper, scissors, lizard, spock.

Topics

Resources

Stars

Watchers

Forks