Triples – a card game

Triples is an Elm-based card game; it’s an adaptation of the card game Set.

If you’re having trouble figuring the game out, try choosing the “Classic” game and hitting the gray button a bit, that gives hints. The core objective of the game is to find triples of cards which, for each property by itself, are all the same or all different.

The front-end is pure Elm with SVG. It should work fine on mobile, but no guarantees. There’s a Go backend to connect the game to Telegram, and that implements the multiplayer parts. The frontend talks to the backend via EDN/websockets. That’s what I built elm-edn for.

Maybe it’s fun for more than our group of friends? Enjoy!

7 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.