betting-game

A simple betting game using Flask and Flask SocketIO. To win, your bet must be unique and the lowest. The game starts with 6 bots connected.

To run this game, you need Python 2.7.

(Optional) Create a virtualenv:

pip install virtualenv
virtualenv env

Install dependencies:

pip install -r requirements.txt

Run the app

./env/Scripts/python.exe app.py 

or

python app.py

Connect to http://localhost:5000