Skip to content

Commit

Permalink
RMagic SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Nov 10, 2023
1 parent 183e8fe commit b577550
Show file tree
Hide file tree
Showing 53 changed files with 100 additions and 181 deletions.
10 changes: 5 additions & 5 deletions src/components/units/AppGameVariants.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img :src="getLogoSource(variant.id)" :alt="game.name + ' ' + variant.description + ' Logo'" style="width: 8rem" />
<p>{{ variant.description }}</p>
</router-link>
<div v-if="gameCustom" v-on:click="customBoardRoute">
<div v-if="gameCustom" v-on:click="customBoardRoute" :class="game.gui_status">
<img :src="getLogoSource('custom')" :alt="game.name + ' ' + 'Custom Logo'" style="width: 8rem" />
<p>Custom</p>
</div>
Expand Down Expand Up @@ -95,19 +95,19 @@
}
}
> a.v3 {
> a.v3, div.v3 {
border: 0.2rem solid purple;
}
> a.v2 {
> a.v2, div.v2 {
border: 0.2rem solid gold;
}
> a.v1 {
> a.v1, div.v1 {
border: 0.2rem solid silver;
}
> a.v0 {
> a.v0, div.v0 {
border: 0.2rem solid #CD7F32;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<template v-if="!isEndOfMatch">
<template v-if="isPuzzleGame">
<p v-if="currentPositionValue === 'lose'">
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> is
<mark :class="`uni-lose`">failing</mark> the puzzle.
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> will
<mark :class="`uni-lose`">not be able to solve</mark> the puzzle.
</p>
<p v-else>
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> should
Expand Down Expand Up @@ -33,8 +33,8 @@
<template v-else>
<template v-if="isPuzzleGame">
<p v-if="currentPositionValue === 'lose'">
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> has
<mark :class="`uni-lose`">failed</mark> the puzzle!
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> was
<mark :class="`uni-lose`">unable to solve</mark> the puzzle!
</p>
<p v-else>
<b :class="`uni-turn-${currentTurn}`">{{ currentPlayerName }}</b> has
Expand Down
1 change: 1 addition & 0 deletions src/models/images/svg/dinododgem/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 0 additions & 15 deletions src/models/images/svg/dinododgem/new_grid.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/models/images/svg/gameofy/blue_circle.svg

This file was deleted.

24 changes: 0 additions & 24 deletions src/models/images/svg/gameofy/dim4.svg

This file was deleted.

30 changes: 0 additions & 30 deletions src/models/images/svg/gameofy/dim5.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/models/images/svg/gameofy/red_circle.svg

This file was deleted.

8 changes: 2 additions & 6 deletions src/models/images/svg/general/bluepiece.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/models/images/svg/general/brownpiece.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/models/images/svg/kayles/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: 0 additions & 4 deletions src/models/images/svg/nqueens/grid.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/nqueens/grid9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/pegsolitaire/cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/models/images/svg/pegsolitaire/star.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 b577550

Please sign in to comment.