CodeStix / shithead-the-game

A online version of the card game 'Shithead'.

Home Page:http://shithead.codestix.nl/

Repository from Github https://github.comCodeStix/shithead-the-gameRepository from Github https://github.comCodeStix/shithead-the-game

Shithead: The Game

Play the game at shithead.codestix.nl.

Rules

The original rules can be found on wikipedia.

This version of the game altered some rules:

  • You can throw the 5 on the ace, but only when the draw stack is empty.
  • You can only throw odd cards on the joker. (there are games available without jokers)
  • You can throw an 8 on an 8, just like the 3. (you can disable this rule by calling the ShitHeadHandler constructor with false in server/views/shithead.twig)

Running

  • client/ contains browser javascript code. Use npm script start to watch and build the javascript files to the server/public/ folder in realtime.
  • server/src/ contains webserver and websocket server code.

About

A online version of the card game 'Shithead'.

http://shithead.codestix.nl/

License:MIT License


Languages

Language:JavaScript 79.9%Language:TypeScript 15.1%Language:Twig 3.8%Language:CSS 0.6%Language:Dockerfile 0.3%Language:Shell 0.3%