Skip to content

Commit

Permalink
v5.0.0-alpha.303: Abrobad (#127)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Robert Shi <[email protected]>
  • Loading branch information
aqitya and robertyishi authored Dec 4, 2024
1 parent 19adf2c commit 78088b1
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "v5.0.0-alpha.301"
"version": "5.0.0-alpha.303"
}
1 change: 1 addition & 0 deletions src/components/units/DemoMode/AppDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
const store = useStore();
const games = [
{ gameId: "tictactoe", variantId: "regular", isDrawGame: false },
{ gameId: "abrobad", variantId: "standard", isDrawGame: false },
{ gameId: "chinesechess", variantId: "regular", isDrawGame: false, startPosition: "1_---k---------------------P---------------------------R-------------n------------------K---" },
{ gameId: "topitop", variantId: "regular", isDrawGame: false },
{ gameId: "quarto", variantId: "regular", isDrawGame: false },
Expand Down
2 changes: 1 addition & 1 deletion src/models/images/svg/3spot/h.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/models/images/svg/abrobad/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/models/images/svg/abrobad/propose.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/models/images/thumbnail/abrobad-regular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78088b1

Please sign in to comment.