Skip to content

Commit

Permalink
Sim,MuTorere,LWG,TacTix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Nov 3, 2023
1 parent bc517c1 commit 40cdcae
Show file tree
Hide file tree
Showing 61 changed files with 486 additions and 555 deletions.
4 changes: 2 additions & 2 deletions src/components/units/GameBody/AppGameBodyBoardRegular2D.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
const gameType = computed(() => (currentMatch.value ? currentMatch.value.gameType : ""));
const imageAutoGUIData = computed(() => store.getters.imageAutoGUIData(gameType.value, gameId.value, variantId.value));
const regular2DGameBoards: Record<string, any> = {
"ttt-misere": CustomGUITicTacToe,
"ttt-regular": CustomGUITicTacToe,
"tictactoe-misere": CustomGUITicTacToe,
"tictactoe-regular": CustomGUITicTacToe,
"quarto-regular": CustomGUIQuarto,
"sim-regular": CustomGUISim
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<button @click="store.commit(mutationTypes.showInstructions, true)">𝓲</button>
<UniPopupWindow v-if="options && options.showInstructions" @close="store.commit(mutationTypes.showInstructions, false)">
<VueMarkdownIt class="c-markdown" :break="true" :linkify="true" :plugins="plugins" :source="instructions" />
If you worked on this project and were not properly credited, please email <a href="mailto: ddgarcia@cs.berkeley.edu">ddgarcia@cs.berkeley.edu</a> to request a correction.
</UniPopupWindow>
</div>
</template>
Expand Down
101 changes: 48 additions & 53 deletions src/models/images/svg/0to10by1or2/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 4 additions & 13 deletions src/models/images/svg/0to10by1or2/x.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: 2 additions & 5 deletions src/models/images/svg/1dchess/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/models/images/svg/3spot/B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/models/images/svg/3spot/R.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/models/images/svg/3spot/W.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 5 additions & 14 deletions src/models/images/svg/3spot/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/models/images/svg/Lgame/G.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
51 changes: 2 additions & 49 deletions src/models/images/svg/allqueenschess/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/models/images/svg/baghchal/G.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 40cdcae

Please sign in to comment.