ROCK PAPER SCISSORS
Online Rock Paper Scissors Documentation
This is a simple Rock Paper Scissors game implemented using Agile methodology.
Introduction
Rock Paper Scissors is a classic hand game where players choose between rock, paper, or scissors, and the winner is determined based on the rules of the game. This project aims to provide a fun and interactive version of the game.
Features:
- User-friendly interface
- Player vs. computer mode
- Real-time score tracking
- Easy-to-understand game rules
Installation:
To run the Rock Paper Scissors game on your local machine, follow these steps:
-
In the command line of your machine type pip install Django and install Django in your system since we have done all the backend work in Django.
-
Fork the project from the github repository.
-
In any of your code editors be it VS code or sublime open the terminal in it and in terminal open the DevopsLabProject directory using the cd command.
-
Now type py manage.py server. It will generate a IP address. Just click on it and you would be redirected to the website.
-
Just fill in the required details and enjoy.
Planning and meetings:
-
This game was primarily build from scratch with html and css used in the frontend part and Django used for the backend.
-
We were collaborating on github for the first time. So we had initial struggle in using it but after sometime found it really amazing tool to collaborate.
-
Planned various offline and online meetings to plan up the things. Adjustments were made based on feedbacks.
Authors: Akshit Bhutani, Dhruv Jain, Bhavesh Kapur, Palak Gupta.