Rockpaperscissors

This project was generated with Angular CLI version 13.2.0. Classic Rock-Paper-Scissors game made using Angular. Player chooses an option and computer will choose their own option, and keeps track of score. Uses CSS and custom images for the choice icons. Requires NPM and Node.js to execute. Includes a local version of Angular within the project directory.

Running The Project With NPM And Node.js Already Installed

Open a command prompt, navigate to inside the rockpaperscissors folder, and execute ng serve to run the project on a local dev server. Open a web browser and go to the URL http://localhost:4200/ to test the project. The app will automatically reload if you change any of the source files.

If Running The Project On A Clean Computer

1: Install Node.js (includes NPM)
2: Open a command prompt and run the following command to install Angular globally: npm install -g angular
3: Go to your Windows System Environment Variables, edit the PATH variable and add the following:C:\Users\[Username]\AppData\Roaming\npm
4: Close and re-open the command prompt and navigate to the location of this project
5: run ng serve to run the project