Skip to content

Commit

Permalink
v5.0.0-alpha.296: Dobutsu shogi
Browse files Browse the repository at this point in the history
  • Loading branch information
robertyishi committed Aug 9, 2024
1 parent f4ca287 commit 8decea8
Show file tree
Hide file tree
Showing 24 changed files with 725 additions and 5 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": "5.0.0-alpha.293"
"version": "5.0.0-alpha.296"
}
2 changes: 1 addition & 1 deletion src/models/datas/defaultApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const defaultPreferences: Types.Preferences = {
export const defaultDataSources: Types.DataSources = {
gitHubRepositoryAPI: "https://api.github.com/repos/GamesCrafters/GamesmanUni",
gameAPI: "https://nyc.cs.berkeley.edu/universal/v1/"
//gameAPI: "http://localhost:8082/"
// gameAPI: "http://localhost:8082/"
};

export const defaultAvailableMove: Types.Move = {
Expand Down
37 changes: 37 additions & 0 deletions src/models/images/svg/dshogi/A.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/models/images/svg/dshogi/B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/models/images/svg/dshogi/C.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/models/images/svg/dshogi/CC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/models/images/svg/dshogi/D.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 8decea8

Please sign in to comment.