-
Notifications
You must be signed in to change notification settings - Fork 7
Need to recompile error #1
Comments
solved linking local Gaia-engine. |
Good. Not that this is very far from being complete at the moment! |
Looks promising, even if I didn’t fully understood the final architecture. Will you be able to run multiple games?
I tried a couple of months ago to create something using board game.io, but then I had to refocus on real work... anyway, I’m willing to help if you are committed to move it to the final stage
Best
R
… Il giorno 12 giu 2018, alle ore 18:25, coyotte508 ***@***.***> ha scritto:
Good. Not that this is very far from being complete at the moment!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Right now there's the engine and the viewer. The engine can be ported to anywhere as it's pure javascript (not the server part), for example it could be in an android app, a web page, or a server. The plan in the future is to make a website using both the engine in backend, and the viewer as frontend. The website would have the seed & list of moves for each game in db, as well as player info. That's how multiple games are handled. Of course the engine can be reused by other people for plenty of other things, like building an AI and so on. Right now all that's available on the engine is board generation & faction choice. Like this:
The next thing to do is to place buildings on the map, and do it with a click. We'll see how it goes. |
I can help on the build command on the engine side, if you need help. |
I created a gitter room here: https://gitter.im/gaia-engine , so we can chat |
I'm trying to test the viewer, but I'm getting this error
Module build failed (from /Users/rzu/Workspace/gaia-viewer/node_modules/ts-loader/index.js):
Error: Typescript emitted no output for /Users/abc/Workspace/gaia-viewer/node_modules/@gaia-project/engine/src/factions.ts.
You should not need to recompile .ts files in node_modules.
Please contact the package author to advise them to use --declaration --outDir.
More microsoft/TypeScript#12358
at successLoader (/Users/abc/Workspace/gaia-viewer/node_modules/ts-loader/dist/index.js:39:15)
at Object.loader (/Users/abc/Workspace/gaia-viewer/node_modules/ts-loader/dist/index.js:21:12)
@coyotte508 Can you help me on this?
Thanks
R
The text was updated successfully, but these errors were encountered: