Home
Softono
batu-gunting-kertas-nuxt

batu-gunting-kertas-nuxt

Open source Vue
116
Stars
18
Forks
3
Issues
5
Watchers
2 years
Last Commit

About batu-gunting-kertas-nuxt

# Rock Paper Scissors Game with Artificial Intelligence > Demo http://rockpaperscissors-ai.now.sh/ ## What is this? This is a paper scissors rock game created using artificial intelligence. This game can read the players' patterns to determine the steps the AI will take in order to win. Built with Nuxt JS & Tailwind CSS framework. ## Screensot ![image](https://user-images.githubusercontent.com/32485694/90313106-085fa200-df34-11ea-956c-b22986cc01e1.png) ## How to play? 1. You can start the game by selecting "rock", "scissors" or "paper". 2. Choose continuously until you create a pattern. 3. Examples of patterns: - Rock, rock, rock, rock, etc. - Rock, scissors, rock, scissors, etc. - Rock, scissors, paper, rock, scissors, paper, etc. - Paper, paper, paper, paper, etc. 4. See that you will lose. ## Build setup ```bash # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn dev # build for production and launch server $ yarn build $ yarn start # ...

Platforms

Web Self-hosted

Languages

Vue

Rock Paper Scissors Game with Artificial Intelligence

Demo

http://rockpaperscissors-ai.now.sh/

What is this?

This is a paper scissors rock game created using artificial intelligence.

This game can read the players' patterns to determine the steps the AI will take in order to win.

Built with Nuxt JS & Tailwind CSS framework.

Screensot

image

How to play?

  1. You can start the game by selecting "rock", "scissors" or "paper".
  2. Choose continuously until you create a pattern.
  3. Examples of patterns:
    • Rock, rock, rock, rock, etc.
    • Rock, scissors, rock, scissors, etc.
    • Rock, scissors, paper, rock, scissors, paper, etc.
    • Paper, paper, paper, paper, etc.
  4. See that you will lose.

Build setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.