Skip to content
forked from leviroth/euchre

A popular midwestern card game

Notifications You must be signed in to change notification settings

Shane32/euchre-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 0.2.0 of this repository constitutes a rough, but fully playable web-based, multiplayer Euchre game. To get it up and running, you'll need to make sure that you have 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.

About

A popular midwestern card game

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 47.3%
  • JavaScript 30.7%
  • CSS 20.0%
  • HTML 2.0%