/lost_cities

A browser implementation of the Lost Cities card game.

Primary LanguageJavaScript

Lost Cities

Live

Rules

For the rules of the game click here

Implementation

To properly implement the game it would require a server and the players to be on seperate computers, being that this is only a single static page the game is not for competitive play.

Starts as player1's turn. Left click to play card, right click to discard card. The game ends when the middle pile reaches 0.

TODO

  • Message at top of whose turn it currently is.
  • Pick from discard piles.
  • Modal of rules.
  • New game button.
  • End of game message and score.