https://github.com/leviroth/euchre
A popular midwestern card game
https://github.com/leviroth/euchre
Last synced: 12 months ago
JSON representation
A popular midwestern card game
- Host: GitHub
- URL: https://github.com/leviroth/euchre
- Owner: leviroth
- Created: 2016-08-19T15:23:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T21:14:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T08:39:19.030Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Version 0.2.0 of this repository constitutes a rough, but fully playable
web-based, multiplayer [Euchre](https://en.wikipedia.org/wiki/Euchre) game. To
get it up and running, you'll need to make sure that you have
[Crossbar.io](http://crossbar.io/) and Node. The various components are started
with:
$ cd router/
$ crossbar start
$ cd server/
$ python server.py
$ cd client/
$ npm start
### Limitations and TODOs ###
- [ ] There are no credentials involved in the protocol. While the game does not
deliberately broadcast the contents of other players' hands, you can obtain
this information if you abuse the API. Similarly, you can issue commands on
behalf of other players.
- [ ] The game is ugly, and some UI elements overlap each other.
- [ ] The UI makes use of CSS Grid features that aren't available on Internet
Explorer.