Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 698 Bytes

Rock, Paper, Scissors, Lizard, Spock.

Rock, Paper, Scissors, Lizard, Spock is a fun extension to the classic game. This game was built with javascript.

Visit Live Site

https://elegant-austin-e61aa0.netlify.app/

Project Screenshots

RPSLS RPSLS2

Installation

npm install

To Run Test Suite

npm test

To Start Server

npm start

Reflection

This fun vanilla javascript game taught me a lot about JS animations and CSS,

This project is built with Javscript.