Skip to content

Commit 1926b1e

Browse files
authored
Merge pull request #141 from SeawolvesAtCali/cleanup
removed monopoly-client. upgraded rush
2 parents 42933c0 + 64ab10d commit 1926b1e

248 files changed

Lines changed: 137 additions & 59908 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.hygen.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,15 @@
3232
"compile_on_save": false,
3333
"options": ["--proto_path=${workspaceRoot}/protos"]
3434
},
35-
"typescript.tsdk": "./common/temp/node_modules/typescript/lib"
35+
"typescript.tsdk": "./common/temp/node_modules/typescript/lib",
36+
"files.associations": {
37+
"command-line.json": "jsonc",
38+
"build-cache.json": "jsonc",
39+
"browser-approved-pacakges.json": "jsonc",
40+
"common-versions.json": "jsonc",
41+
"experiments.json": "jsonc",
42+
"nonbrowser-approved-packages.json": "jsonc",
43+
"version-policies.json": "jsonc",
44+
"rush.json": "jsonc"
45+
}
3646
}

Dockerfile.client

Lines changed: 0 additions & 11 deletions
This file was deleted.

Dockerfile.client.dockerignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,7 @@ The main part of the project can be built inside dev container or locally. If yo
1717
following the following step:
1818

1919
1. Pull down this repo.
20-
1. Use `npm ci` to install packages.
2120
1. Use `npm run build` to build packages.
22-
1. Install Docker Desktop 2.0+ on Windows or macOS or Docker CE/EE 18.06+ as required by
23-
[this doc](https://code.visualstudio.com/docs/remote/containers#_system-requirements).
24-
1. Install VSCode
25-
[Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
26-
extension.
27-
1. Run `Remote-Containers: Open Folder in Container...` command from Command Palette(`F1`) and
28-
select the cloned priesl folder
29-
1. When container starts, it will run `npm ci` to install all dependencies
30-
1. Install [CocosDashboard](https://docs.cocos.com/creator/manual/en/getting-started/dashboard.html)
31-
and use it to download [CocosCreator 2.3.2](cocos-dashboard://download/2d_2.3.2). Both
32-
CocosDashboard and CocosCreator should be installed in your local environment. After that you can
33-
use CocosCreator to open the game project in `packages/monopoly-client/project.json`
34-
35-
@prisel/monopoly-client is built using CocosCreator-2.3.2, because Cocos Creator is a GUI
36-
application, it cannot run in container.
3721

3822
## Running
3923

@@ -47,28 +31,4 @@ This will run on port 3000
4731

4832
### run client
4933

50-
In CocosCreator, click the run
51-
button![run
52-
button](https://user-images.githubusercontent.com/5957726/80856203-a9805200-8bfc-11ea-8afb-0de2bf5fcd81.png)
53-
54-
### run demo docker containers
55-
56-
I have packaged the server and clients in docker containers `prisel/monopoly-server` and
57-
`prisel/monopoly-client`. To run a local demo, we can simply use docker compose in project root
58-
directory:
59-
60-
```bash
61-
docker-compose up -d
62-
```
63-
64-
To see the logs
65-
66-
```bash
67-
docker-compose logs -f
68-
```
69-
70-
To turn down the servers
71-
72-
```bash
73-
docker-compose down
74-
```
34+
Monopoly client is built using Unity at https://github.com/yiochen/Monopoly

_templates/cocos/new/component.ejs.t

Lines changed: 0 additions & 10 deletions
This file was deleted.

_templates/generator/help/index.ejs.t

Lines changed: 0 additions & 5 deletions
This file was deleted.

_templates/generator/new/hello.ejs.t

Lines changed: 0 additions & 18 deletions
This file was deleted.

_templates/generator/with-prompt/hello.ejs.t

Lines changed: 0 additions & 18 deletions
This file was deleted.

_templates/generator/with-prompt/prompt.ejs.t

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)