@natewilcox/zelda-battle-server
v1.0.35
Published
npm init template for bootstrapping an empty Colyseus project
Downloads
61
Readme
Welcome to Colyseus!
This project has been created using ⚔️ create-colyseus-app - an npm init template for kick starting a Colyseus project in TypeScript.
:crossed_swords: Usage
npm startStructure
index.ts: main entry point, register an empty room handler and attach@colyseus/monitorsrc/rooms/MyRoom.ts: an empty room handler for you to implement your logicsrc/rooms/schema/MyRoomState.ts: an empty schema used on your room's state.loadtest/example.ts: scriptable client for the loadtest tool (seenpm run loadtest)package.json:scripts:npm start: runsts-node-dev index.tsnpm test: runs mocha test suitenpm run loadtest: runs the@colyseus/loadtesttool for testing the connection, using theloadtest/example.tsscript.
tsconfig.json: TypeScript configuration file
License
MIT
