Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

fmterrorf/leafblower

Repository files navigation

Leafblower

Play Cards Against Humanity online with friends!

Head over to https://leafblower.fly.dev/ to test it out.

Features

  • In-game chat. So you can talk 💩 all you want
  • Mobile friendly

Development

This project requires the following to run

erlang 23.2.1
elixir 1.12

If you have asdf installed, simply run asdf install

To run this project locally simply run

mix deps.get
mix phx.server

Code organization

File What it does
game_live This is what you see when you start playing the game
game_statem Handles the game state and logic
game_supervisor Spawns the game_statem and game_ticker process
deck Handles all operations to the deck like drawing cards from it
cards_against.json Stores all the cards used in the game. Taken from JSON Against Humanity

FAQ