An open API service indexing awesome lists of open source software.

https://github.com/neelsomani/literature-server

React web app to run the card game Literature: https://github.com/neelsomani/literature
https://github.com/neelsomani/literature-server

card-game flask game-engine react websockets

Last synced: about 1 year ago
JSON representation

React web app to run the card game Literature: https://github.com/neelsomani/literature

Awesome Lists containing this project

README

          

# literature-server
![Travis CI](https://travis-ci.org/neelsomani/literature-server.svg?branch=master)

A server to play the card game Literature: https://en.wikipedia.org/wiki/Literature_(card_game)

Literature card game engine: https://github.com/neelsomani/literature

## Dependencies

python3, npm, Heroku CLI

## Setup

1. `pip3 install -r requirements.txt`
2. `npm install`

## Running Locally

1. `npm run build`
2. `heroku local`

The application will be running at http://localhost:5000.

## Architecture
![Literature server architecture](https://i.imgur.com/QwAif2T.jpg)

## User Interface

Literature game user interface