JavaScript Project for a simple game of Rock, Paper, Scissors!
- Node.Js
- Express
- JavaScript
- HTML
- CSS
- Socket.IO (Included for future API enhancements)
1.) You can Clone or Download the current Master Repository. 2.) Install npm and Node.JS 3.) Open the folder in your terminal 4.) Run "npm ci". This will install the node_modules. 5.) Run the file by using "node RockPaperScissors" 6.) It will indicate that the server is running on port 8000. 7.) Open an internet browser and navigate to http://localhost:8000/ 8.) Enjoy your game of Rock, Paper, Scissors!