Skip to content

mayankagnihotri7/AI-powered-Rock-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Powered Rock, Paper and Scissor Game

Installation

  • Step 1: Clone repo to local
git clone https://github.com/mayankagnihotri7/AI-powered-Rock-Paper-Scissors-Game.git
  • Step 2: Install ruby 3.2.2
rvm install $(cat .ruby-version)
  • Step 3: Install Node 18.12.0
nvm install $(cat .nvmrc)
  • Step 4: Install gems
bundle install
  • Step 5: Install node packages
yarn install
  • Step 6: Boot up rails server using rails server or rails s and in another terminal window or tab run ./bin/webpacker-dev-server to start webpacker

  • Step 7: Visit localhost:3000 on your browser and start playing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published