Old AIGM server source code, kept for archival purposes.
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
AIGM
A WS and REST server that manages players, rooms and games that use AIGM clients, primarily https://www.spaceconquest.ai/.
Build Instructions
Simply run the following command to build the typescript in ./src/ to javascript in ./out/.
npm run build