2021-04-01 10:17:34 +08:00
2021-02-19 11:30:38 +08:00
2020-11-30 14:45:21 +08:00
2021-07-12 11:53:12 +08:00
2021-02-03 11:49:04 +08:00
2021-02-03 15:14:20 +08:00
2021-02-03 10:12:00 +08:00
2021-02-03 10:11:46 +08:00
2020-12-16 19:17:15 +08:00
2020-11-30 14:45:21 +08:00
2021-01-29 19:17:55 +08:00

Welcome to Colyseus!

This project has been created using ⚔️ create-colyseus-app - an npm init template for kick starting a Colyseus project in TypeScript.

Documentation

⚔️ Usage

npm start

Structure

  • index.ts: main entry point, register an empty room handler and attach @colyseus/monitor
  • src/rooms/MyRoom.ts: an empty room handler for you to implement your logic
  • src/rooms/schema/MyRoomState.ts: an empty schema used on your room's state.
  • loadtest/example.ts: scriptable client for the loadtest tool (see npm run loadtest)
  • package.json:
    • scripts:
      • npm start: runs ts-node-dev index.ts
      • npm run loadtest: runs the @colyseus/loadtest tool for testing the connection, using the loadtest/example.ts script.
  • tsconfig.json: TypeScript configuration file

License

MIT

Description
No description provided
Readme 3.8 MiB
Languages
TypeScript 99.3%
JavaScript 0.4%
Shell 0.3%