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

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.