game server
This project has been created using ⚔️ create-colyseus-app
- an npm init template for kick starting a Colyseus project in TypeScript.
npm start
index.js
: main entry point, register an empty room handler and attach@colyseus/monitor
src/rooms/MyRoom.js
: an empty room handler for you to implement your logicsrc/rooms/schema/MyRoomState.js
: an empty schema used on your room's state.loadtest/example.js
: scriptable client for the loadtest tool (seenpm run loadtest
)package.json
:scripts
:npm start
: runsnode index.js
npm test
: runs mocha test suitenpm run loadtest
: runs the@colyseus/loadtest
tool for testing the connection, using theloadtest/example.js
script.
tsconfig.json
: TypeScript configuration file