Skip to content

The Rock Paper Scissors Spock Lizard game made using Nuxt.js

Notifications You must be signed in to change notification settings

vlasscontreras/rpssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f8d8c0 Β· Feb 1, 2021

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Spock Lizard

Build Status Version Live Demo

About RPSSL πŸͺ¨πŸ“„βœ‚οΈπŸ––πŸ¦Ž

Rock Paper Scissors Spock Lizard (RPSSL) is a popular five-weapon expansion of Rock Paper Scissors invented by Sam Kass and Karen Bryla, which adds "Spock" and "lizard" to the standard three choices.

I started this project for fun when looking through challenges in Frontend Mentor. Aside from the fun side, I also wanted to give Nuxt.js a try, so it was a good chance to start with something simple and fun πŸ™‚

If you want to try this challenge too, here's the link. Have fun!

Build Setup

# install dependencies
$ npm install

# run tests
$ npm run test

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.