Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.05 KB

Cards Against Isolation Client

Achieve god mode with this dedicated client for the cards agains isolation game.

Play the game here.

Description

The cards against isolation game is an online take on the cards against humanity card game. The game uses socket.io to provide an elegant message exchange infrastructure. The server design allows all users to perform some actions that allow cheating and other hilarities.

This client allows a user to join any game and promptly start messing with game state by issuing accepted messages to the server.

Accepted message

  • play_card - have a player select their card
  • end_round - end the current round and start winner selection
  • set_player_name - set any player's name
  • choose_winner - choose the winner when the game is at the winner selection phase
  • start_vote - start a vote modal with a chosen text message
  • vote - place a vote towards an ongoing vote

LICENSE

See LICENSE.TXT