-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web): introduce score tracking (#169)
- fix(web): anchorable flip is ignore when loading game. - fix(web): lost meshes when decrementing a quantifiable. - fix(web): game loading screen hides game aside tabs. - feat(server)!: GraphQL game queries now return serialized preferences. - feat(server): bundles game descriptors on server start with esbuild. - feat(server): returns bundled rule engine when promoting and joining a game. - feat(server): supports multiple anchors and migrate existing games. - feat(web): initializes rule engine with bundled scripts and computes score on game init, joined player, and every action. - feat(web): displays game scores, loads serialized preferences, provides preferences to `computeScore()`. - feat(web): supports anchors with multiple snapped meshes. - feat(game-utils): supports multiple anchors. - feat(game-utils): allows testing random game code. - feat(mah-jong): supports multiple anchors and computes score. - feat(draughts): supports multiple anchors and computes score. - feat(klondike): supports multiple anchors. - feat(chess): supports multiple anchors. - feat(playground): supports multiple anchors. - chore(server): configures repositories `isProduction` option. - refactor(web): moves some types to `@tabulous/types`. - refactor(game-utils): takes `findPlayerPreferences()` from web.
- Loading branch information
Showing
112 changed files
with
6,000 additions
and
1,793 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ test-results | |
.vercel | ||
.last-db | ||
upload-manually.sh | ||
en | ||
en | ||
engine.min.js |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
b790f19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tabulous-atelier – ./apps/web
tabulous-atelier-feugy.vercel.app
tabulous-atelier.vercel.app
tabulous-atelier-git-main-feugy.vercel.app
b790f19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tabulous – ./apps/web
tabulous-git-main-feugy.vercel.app
tabulous-feugy.vercel.app
tabulous.vercel.app
tabulous.fr