Multiplayer party card game inspired by Cards Against Humanity. Built with Rails 8.
- real-time multiplayer - play with friends online
- custom decks - create and share your own card decks
- regional content - decks tailored for different regions/cultures
- meme cards - cards with images and GIFs
- victory celebrations - animated GIFs when you win
- Rails 8.1
- Hotwire (Turbo + Stimulus)
- SQLite / PostgreSQL
- Tailwind CSS
- create or join a game
- each round, one player is the judge
- judge plays a black card (question/fill-in-the-blank)
- other players submit white cards (answers)
- judge picks the funniest answer
- winner gets a point, next player becomes judge
- first to target score wins
bundle install
bin/rails db:prepare
bin/devMIT
built with fun by @afmp94