Skip to content

Tags: lil-lab/cb2

Tags

dev-august-2023

Toggle dev-august-2023's commit message
Makes it so that card covers are configurable per-lobby.

Also makes it so that border coloring and card selection sounds are adequately
controlled by the card cover setting -- if card covers are enabled, the follower
only sees card borders as blue, even if invalid (and the contrapositive). This
is also true for sounds that would indicate whether or not the card selected
created an invalid set.

Also adds a rate limit for upload of client bugs, to avoid overwhelming the
server and also to avoid performance degradation of client.

1.0.2

Toggle 1.0.2's commit message
Updates to scenario mode:

- Turn counter is hidden.
- Cards standing up disabled by default.
- Visualize script now works with scenario files. Also has headless option.
- Removes turn rewards when using custom targets.
- Push button "S" to select cards. Per-lobby config, disabled by default.
- Test this in new default lobby "scenario-lobby-button"
- Scenarios now have duration "duration_s" field.

1.0.1

Toggle 1.0.1's commit message
Introduces config generation script to simplify server setup.

Also, modifies all paths to point to package root.

dev-june-2023

Toggle dev-june-2023's commit message
Fixes attaching to a scenario.

deployed-march-2023

Toggle deployed-march-2023's commit message
Improves home page loading behavior.

dev-august-2022-2

Toggle dev-august-2022-2's commit message
Changes to support the new python client!

- Refactor to simplify game state machine and make messages and game ticks
  synchronized.
- Game ticks now communicated to client so that network messages can be causally
  linked (messages that happened during same state machine update can be linked).
- Significantly reduced bandwidth
- Reduced game log size.
- (as a result, the performance is probably better too)
- bugfixes (card edges fixed, boundary conditions enforced, step() returns on
  time).
- Added demo lead & follow client.
- Added live feedback UI feedback (leaders get an indication when they send live
  feedback)
- Added live feedback to step() function return in API.

dev-august-2022

Toggle dev-august-2022's commit message
Fixes import error in state_sync.py

deployed

Toggle deployed's commit message
Adds new cube robot character as follower.

dev

Toggle dev's commit message
Textbox rendering improvements.

Now uses Vertical and Horizontal layouts to better adjust to screen size &
improves follower text box.