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
- Host: GitHub
- URL: https://github.com/neelsomani/literature-server
- Owner: neelsomani
- License: mit
- Created: 2020-04-22T07:35:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:35:01.000Z (over 3 years ago)
- Last Synced: 2025-04-09T21:59:41.489Z (about 1 year ago)
- Topics: card-game, flask, game-engine, react, websockets
- Language: JavaScript
- Homepage:
- Size: 2.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# literature-server

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

## User Interface