Skip to content

Published Website

Compare
Choose a tag to compare
@joshzcold joshzcold released this 18 Jul 17:08
· 508 commits to master since this release

Cold-Family-Feud is now available at https://famf.app !

It is currently using the free tier of heroku so if you are accessing it then you might have to wait a second for the app to become un-suspended before it loads up.

Changes:

  • websockets run through secure wss and the local dev envrionment has some self signed certs to make them functional
  • new default games season20 (general questions from the show) and tech (custom game featuring tech questions)
  • new script scripts/point_generator which can generate realistic point values givin a question amount along with min/max point values. requires ruby

This is useful when creating your own questions and you don't want to come up with point values off the top of your head.

image

  • game creator now allows skipping creating the fast money round.
  • created license (MIT)
  • websockets get served at a path instead of a dedicated port. This is to allow the websockets to function in production

Getting the website published was a painful process, but now that its finished im excited for the potential of non-tech individuals being able to use the project. For instance my mother in law already want to try and use it for her classroom. I think thats pretty cool 😀.

I currently don't know the limits of the free tier on heroku when used against this project. Hopefully its enough for the foreseeable future as people stumble upon this project and try a quick game.

For the next releases ill be focusing on play-ability improvements using mobile. Off the bat I would like if you didn't have to screen share the game window to be able to play the game.