Conversation
6f5e225 to
1d5c719
Compare
688515b to
94751fe
Compare
8da0184 to
fd27bb9
Compare
simlmx
commented
Dec 22, 2025
7835553 to
95f2588
Compare
* We put the turn info (begin and expiration time) in meta * Refactor the Random object with a cleaner API * Remove game1-v2.3.0 (effectively breaking support to 2.3.0) * Add new test game (2.7.0, even though that version number probably won't exist). * Fix typing for playerboard: it's either an object (of type defined by the game) or null (when there is none or for spectators) * Many refactors
95f2588 to
26006e3
Compare
26006e3 to
5e347e8
Compare
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.
Overview
"Turns" effectively become first class citizens.
We add builtin utils and a nicer DevX to begin/end player turns and deal with turn expiration.
Usage
In the game definition:
In the UI:
Changes
metagame1-v2.3.0(effectively breaking support to 2.3.0)object(of type defined by the game) ornull(when there is none or for spectators)dev-serverdev-server