Jokenpo

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.

To run this project

  • 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 on localhost:3000;