diff --git a/package.json b/package.json index 3d06cea4..0d6583e6 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/src/components/units/DemoMode/AppDemo.vue b/src/components/units/DemoMode/AppDemo.vue index 862102dd..84535c49 100644 --- a/src/components/units/DemoMode/AppDemo.vue +++ b/src/components/units/DemoMode/AppDemo.vue @@ -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 }, diff --git a/src/models/images/svg/3spot/h.svg b/src/models/images/svg/3spot/h.svg index 2501df8f..c791b9d1 100644 --- a/src/models/images/svg/3spot/h.svg +++ b/src/models/images/svg/3spot/h.svg @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/src/models/images/svg/abrobad/board.svg b/src/models/images/svg/abrobad/board.svg new file mode 100644 index 00000000..12dfc145 --- /dev/null +++ b/src/models/images/svg/abrobad/board.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/models/images/svg/abrobad/propose.svg b/src/models/images/svg/abrobad/propose.svg new file mode 100644 index 00000000..92843580 --- /dev/null +++ b/src/models/images/svg/abrobad/propose.svg @@ -0,0 +1,7 @@ + + + + End Game + \ No newline at end of file diff --git a/src/models/images/thumbnail/abrobad-regular.png b/src/models/images/thumbnail/abrobad-regular.png new file mode 100644 index 00000000..e8c6df4d Binary files /dev/null and b/src/models/images/thumbnail/abrobad-regular.png differ