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
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
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 |
- Where did you get the card packs? I got it from JSON Against Humanity