tarunk04 / MonopolyWebApp

Home Page:http://monopoly-deal-game.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonopolyWebApp

The repository contains a web application (developed using flask-socketio) for the Monopoly Card game. As of now, it is in development mode (Currently not suitable for mobile devices).

Getting started

To run the game locally in your computer for development/ playing (Requires python3.6 and above):

  1. Clone this repository git clone https://github.com/aadarshsingh191198/MonopolyWebApp.git
  2. Move into the directory cd MonopolyWebApp
  3. Create a virtual environment virtualenv venv
  4. Activate the environment
    For windows: venv\Scripts\activate
    For linux: source venv/bin/activate
  5. Install dependencies: pip install -r requirements.txt
  6. Run the server: python app.py

Below is a sample run:

image

About

http://monopoly-deal-game.herokuapp.com/


Languages

Language:Python 61.1%Language:JavaScript 30.8%Language:HTML 4.5%Language:CSS 3.6%