Birds Against Morality

A real time multiplayer web version of cards against humanity written using elixir and phoenix live view.

Originally a hackathon project, the goal was to use elixir along with phoenix live view to create a real time multiplayer cards against humanity game.

It's playable, but has some rough spots. It was made mostly during a 2.5 day period, and polished up a little more for a new years party later.

At its core, its a gen server that broadcasts state to a live view.

I really love the power of live view, and would like to improve this one day. The deck api is pretty rough, and theres some UI issues with really long card names.