Skip to content
Gustavo Rios de Sousa e Silva edited this page Jan 22, 2018 · 3 revisions

This project was bootstrapped with Create React App.

The project is React APP, A Rock, paper scissors game. The tests are done with Jest and Enzyme.

Getting Started

# clone it
git clone https://github.com/GustavoRSSilva/react-rock-paper-scissors-vs-ai.git
cd react-rock-paper-scissors-vs-ai

# Install dependencies
npm install

# Start  server:
npm run start

Requirements

  • The player one chooses one of the three available moves (rock, paper, scissors);
  • After the player one move, the AI picks one of the three available moves at random;
  • Once both moves are picked, the App resolves the game and shows the result;

License

MIT

Clone this wiki locally