zachcd / hft-tarot

tarot game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hft-clean

This is a sample example game for the HappyFunTimes party games system.

It shows using the screen as a touch surface.

In particular it show using no other libraries except HappyFunTimes itself.

Structure:

main.js         # electron's initial script.
                # It starts happyfuntimes and
                # opens game.html in a window

game.html       # the game. All HTML/CSS/JavaScript are in this file
                # for simplicity

controller.html # the controller. This is served to player's phones
                # when they go to happyfuntimes.net

Cloning

If you want to clone this follow the instructions here

About

tarot game

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 96.9%Language:HTML 3.1%