dependabot[bot]
|
cf4a3357a0
|
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-30 16:03:01 +00:00 |
|
Sorrel
|
08745443ca
|
Create LICENSE
|
2021-04-14 20:31:26 -04:00 |
|
Sorrel
|
177d3a4c42
|
Merge pull request #14 from sorrelbri/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
|
2020-07-20 13:13:50 -04:00 |
|
dependabot[bot]
|
1d804694b7
|
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-20 17:07:39 +00:00 |
|
Sorrel
|
a40253a4fd
|
Merge pull request #13 from sorrelbri/dependabot/npm_and_yarn/packages/server/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /packages/server
|
2020-07-20 13:05:21 -04:00 |
|
Sorrel
|
1c470ffec0
|
Merge pull request #15 from sorrelbri/patch/game-service
patch Game service
|
2020-07-20 12:35:15 -04:00 |
|
Sorrel
|
27cf281670
|
patch Game service
Bug where player passes were submitted before `game` object was assigned within `Game.makeMove` patched
|
2020-07-20 12:20:47 -04:00 |
|
dependabot[bot]
|
0fad98a1d0
|
Bump lodash from 4.17.15 to 4.17.19 in /packages/server
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-19 12:20:31 +00:00 |
|
Sorrel
|
14a94be59e
|
Merge pull request #12 from sorrelbri/game_record_tree
Game add checkMove hook
|
2020-07-07 17:30:20 -07:00 |
|
sorrelbri
|
0f3e7942ef
|
refactor Game.makeMove to check legality only if checkMove has not yet been called
|
2020-07-07 17:08:02 -07:00 |
|
sorrelbri
|
cfec49845b
|
add checkMove hook to Game
|
2020-07-07 16:52:45 -07:00 |
|
Sorrel
|
2a84644e12
|
Merge pull request #11 from sorrelbri/game_record_tree
Game Service plays through and ends finished games
|
2020-07-01 15:06:06 -07:00 |
|
Sorrel
|
e1a6cd9a44
|
patch rewrite
original written with optional chaining, changed to `&&` operations
|
2020-07-01 15:01:12 -07:00 |
|
Sorrel
|
a3420c1152
|
patch to fix gameData is undefined
|
2020-07-01 14:56:07 -07:00 |
|
sorrelbri
|
c4192f2e33
|
add support for ending game from game record to game service
|
2020-07-01 14:32:03 -07:00 |
|
sorrelbri
|
cbf9d461ba
|
adjust endGame query to modify record with win information
|
2020-07-01 11:42:16 -07:00 |
|
sorrelbri
|
5eca128110
|
add placement boolean to Move migration, add placement and prior_move selects to move query
|
2020-07-01 10:54:32 -07:00 |
|
Sorrel
|
dd0289439c
|
Merge pull request #9 from sorrelbri/guest_account
Guest account
|
2020-06-27 13:21:27 -07:00 |
|
sorrelbri
|
9cae5ff185
|
style Continue as Guest button, patch account display on NavBar
|
2020-06-27 13:05:38 -07:00 |
|
sorrelbri
|
0ec92dd5e9
|
add random password to guest
|
2020-06-26 23:33:56 -07:00 |
|
sorrelbri
|
ff3d6c2c24
|
add service to generate guest account on server
|
2020-06-26 23:22:17 -07:00 |
|
sorrelbri
|
1e6050a486
|
add FE service to post to auth/guest
|
2020-06-26 17:55:52 -07:00 |
|
sorrelbri
|
2f1174c21b
|
stub guest creation on server
|
2020-06-26 17:35:13 -07:00 |
|
Sorrel
|
ccbeddfa40
|
Merge pull request #8 from sorrelbri/patch_game_end_bug
patch game end bug
|
2020-06-26 16:33:33 -07:00 |
|
sorrelbri
|
f8779ae887
|
patch game end bug, update_board socket message always returns data in consistent format
|
2020-06-26 16:24:55 -07:00 |
|
Sorrel
|
a9be49c38e
|
Merge pull request #7 from sorrelbri/game_record
add game record view to game page menu
|
2020-06-26 13:31:27 -07:00 |
|
sorrelbri
|
5e33e6439e
|
add print game record option to menu, prints only canvas elements
|
2020-06-26 13:15:07 -07:00 |
|
sorrelbri
|
ea951bee66
|
add game record section to readme
|
2020-06-26 11:50:26 -07:00 |
|
Sorrel
|
d7c53e7c7f
|
Merge pull request #6 from sorrelbri/game_record
add menu component to game page that displays game record
|
2020-06-25 22:52:55 -07:00 |
|
sorrelbri
|
a290ec532d
|
add game record display overflow canvas for moves made at previously played points
|
2020-06-25 19:44:51 -07:00 |
|
sorrelbri
|
9ed4fc0a39
|
draw game record on canvas when menu is opened
|
2020-06-24 16:53:31 -07:00 |
|
sorrelbri
|
62fe6dfcb4
|
add click handler and basic style to menu on Game
|
2020-06-21 18:47:00 -07:00 |
|
sorrelbri
|
3955f940e2
|
stub Menu, add showMenu value to Game
|
2020-06-21 18:20:03 -07:00 |
|
sorrelbri
|
f14c0ce087
|
style Kifu to hover 'show menu' text
|
2020-06-21 17:34:03 -07:00 |
|
Sorrel
|
5eedd6b2e9
|
Merge pull request #5 from sorrelbri/game_record
Add Kifu to Game UI
|
2020-06-21 16:53:26 -07:00 |
|
sorrelbri
|
d803f55f5b
|
remove props from Kifu
|
2020-06-21 16:33:53 -07:00 |
|
sorrelbri
|
35c51c567f
|
style kifu
|
2020-06-21 16:32:24 -07:00 |
|
sorrelbri
|
8414d13949
|
pass Kifu to appropriate PlayerArea
|
2020-06-21 16:02:45 -07:00 |
|
sorrelbri
|
aed378c021
|
stub Kifu component
|
2020-06-21 15:00:11 -07:00 |
|
sorrelbri
|
4b507cce96
|
patch game meta to include score in tests
|
2020-06-20 17:23:13 -07:00 |
|
sorrelbri
|
a8119bb194
|
remove dot data from game end state
|
2020-06-20 17:05:39 -07:00 |
|
sorrelbri
|
692a8b1400
|
add endGame function to FE
|
2020-06-20 16:56:03 -07:00 |
|
sorrelbri
|
52762475f7
|
add socket send game_end message from FE
|
2020-06-20 16:25:09 -07:00 |
|
sorrelbri
|
0db13d2913
|
add socket message for toggling territory
|
2020-06-17 11:59:21 -07:00 |
|
sorrelbri
|
b1d43b5b02
|
display end game territory dot
|
2020-06-16 22:29:52 -07:00 |
|
sorrelbri
|
e40fa63274
|
update readme with game state details
|
2020-06-13 16:02:55 -07:00 |
|
sorrelbri
|
a3aecfeadc
|
revert https patch
|
2020-06-08 14:13:32 -07:00 |
|
sorrelbri
|
0b2bfad12f
|
add server side https redirect
|
2020-06-08 14:00:45 -07:00 |
|
sorrelbri
|
72b93f8ff1
|
patch secure protocol redirect
|
2020-06-08 13:13:36 -07:00 |
|
sorrelbri
|
18027ec1ef
|
patch gameServices tests
|
2020-06-07 17:27:16 -07:00 |
|