branchsbox-juicebox/maincancel
31 Commits over 304 Days - 0.00cph!
Rename, this isn't a hud anymore
Switch to running in a custom menu, error fixes for latest sbox
Less ugly styling for the question list picker
Update addon config so the question json gets published
Can no longer vote for yourself
Minimum player count is now 3
Enumerate through all *.jbq.json files in the filesystem to find question lists (should allow addon support?)
Unstyled setup screen to choose which question lists to use in the game
Clear the display in the round results and game over states
Add a timeout_scale convar as a multiplier for the state timeout times (default 1, setting it to 2 will double it, etc)
Reference API from a separate package
Fix image assets not being included when publishing
Fix round not increasing when nobody answers or votes in time
Switch all questions back to text responses (can be configured per question in the json)
Refactor to use a state system so things aren't lumped into a single file
Hook up the round timer UI
Make image answers UI configurable by the game state
Styling fixes to fix question text rendering
Add the API here now that sbox has good HTTP methods
Updates for API changes
Switch to error screen if the session closes
Change back to text responses for questions
Fixes after pain days
Update to use new models
Mostly support drawn responses
Pull 20 random questions from questions.json
Show all players' answers on screen
Receive responses, add question loop
Show player list on screen
Implement waiting for players flow + host can start the game when ready
Progress on setting things up