Simplified/3-player port of mars#985
Merged
sgfost merged 26 commits intovirtualcommons:mainfrom Nov 7, 2025
Merged
Conversation
6ae7e45 to
ce38aed
Compare
this is the 'simplified' version of the port of mars that uses the lite game 'engine' but will add on: - port of mars framing - communication - interactive events - treatments by varying LAU cards
into several commands instead of one monolith
16274fa to
5ffef97
Compare
* voting wasn't properly resetting to allow for the 2nd vote in the hero or pariah event
and turn the players map on the client state into a plain object to avoid reactivity issues
by preventing prolific participant users from accessing anything besides their assigned study page routes
- change "resources" -> "time blocks" for front-facing text - add instructions sidebar to the game dashboard
* show current round events on a strip at the bottom of the dashboard * for group votes, show outcome before the event disappears * offer card choices are included in audit reports * fix incorrect event threshold warnings * lite interactive games are now always 12 rounds instead of a range
- automatically invest for players if they hit the investment phase with 0 resources available - include compulsive philanthropy investments in that player's contribution tally which is shown in audit and round report
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this is the 'simplified' version of the port of mars that uses the lite game 'engine' but will add on: