Skip to content

Commit

Permalink
4square tictactoe (#134)
Browse files Browse the repository at this point in the history
* done

* Update package.json

---------

Co-authored-by: Ijin Yu <ijinyu113@berkeley.edu>
Co-authored-by: Aditya Tummala <adi.tummala@gmail.com>
Co-authored-by: aqitya <98992627+aqitya@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 11, 2024
1 parent 76a4641 commit 5785027
Show file tree
Hide file tree
Showing 6 changed files with 15 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": "5.0.0-alpha.308"
"version": "5.0.0-alpha.309"
}
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
11 changes: 11 additions & 0 deletions src/models/images/svg/4squaretictactoe/board.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/4squaretictactoe/o.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/4squaretictactoe/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 5785027

Please sign in to comment.