Published Website
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) andtech
(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.
- 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.