Commit df40a3e
authored
Merge pull request #142 from SeawolvesAtCali/single-room
Added support for single room mode. Server is default to host one room only and user's join request will join this room. Changed tictactoe server/client to single room mode.167 files changed
Lines changed: 7897 additions & 8448 deletions
File tree
- .vscode
- common/config/rush
- packages
- client
- src
- __test__
- common
- __test__
- src
- e2e
- monopoly
- src
- chanceHandlers
- stateMachine
- server
- __test__
- handler
- __test__
- objects
- src
- objects
- utils
- utils
- tic-tac-toe-client
- src
- __test__
- styles
- tic-tac-toe
- __test__
- src
- protos
- gen_csharp
- Prisel/Protobuf
- TicTacToe/Protobuf
- gen_ts
- prisel
- tic_tac_toe
- prisel
- tic_tac_toe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | | - | |
12 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 | | |
14 | 23 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments