8000 GitHub - liona24/pokerv
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

liona24/pokerv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokerv

A simple multiplayer poker game built with Flask, Flask-SocketIO and VueJS.

Installation

Node and python 3 are required.

Running this will build the vue application:

$ git clone git@github.com:liona24/pokerv.git
$ cd pokerv/frontend
$ npm install
$ npm run build

For testing purposes the Flask dev server will suffice:

$ cd ..
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd backend
$ python server.py

Usage

The interface should be straight-forward. Suggestions welcome.

Notes

This software is somewhere in alpha land and thus may (and does) contain many bugs.

Also take a note that the requirements contain a link to another repo since it is not available on the python package index (because of its development status)

Suits are taken from here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0