https://github.com/cstack/party-game
https://github.com/cstack/party-game
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cstack/party-game
- Owner: cstack
- Archived: true
- Created: 2021-04-03T14:01:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T16:11:00.000Z (over 3 years ago)
- Last Synced: 2025-10-09T03:03:10.017Z (8 months ago)
- Language: Ruby
- Size: 1.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.pitchparty.games/)
# How to Play
## 1. Fill in the blank
[](https://www.pitchparty.games/)
## 2. Get your neighbor's script, fill in the next blank
[](https://www.pitchparty.games/)
## 3. Enjoy the chaos
[](https://www.pitchparty.games/)
## 4. Vote for best
[](https://www.pitchparty.games/)
# Development
## Deploy
git push heroku main
heroku run rake db:migrate
## Smoke Test
heroku logs --tail
heroku open
## Debugging
heroku run rails console
## Monitoring
Game.last(10).each { |game| puts "#{game.token} - #{game.users.map(&:name).join(", ")}" };nil