Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.59 KB

README.md

File metadata and controls

45 lines (22 loc) · 1.59 KB

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:

  1. 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.

  2. Fork the project from the github repository.

  3. 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.

  4. Now type py manage.py server. It will generate a IP address. Just click on it and you would be redirected to the website.

  5. Just fill in the required details and enjoy.

Planning and meetings:

  1. This game was primarily build from scratch with html and css used in the frontend part and Django used for the backend.

  2. 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.

  3. 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.