This is a "rock, paper and scissor" game.
It was developed using HTML, CSS and javaScript and deployed using Netlify. You can play this game here.
- You have to install
Node
After install Node
- Clone this project;
- Open this project using a terminal;
- Navigate to jokenpo folder;
- Run
npm i
, to install all dependencies of this project; - After the entire instalation, run
gulp
. The project will open in the browser onlocalhost:3000
;