Old AIGM server source code, kept for archival purposes.
This repository has been archived on 2026-06-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-08 00:29:23 -04:00
src initial commit 2023-09-08 00:29:23 -04:00
.gitignore initial commit 2023-09-08 00:29:23 -04:00
package-lock.json initial commit 2023-09-08 00:29:23 -04:00
package.json initial commit 2023-09-08 00:29:23 -04:00
README.md initial commit 2023-09-08 00:29:23 -04:00
tsconfig.json initial commit 2023-09-08 00:29:23 -04:00

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