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.
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