Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. darknz
    3. Posts
    • Profile
    • More
      • Continue chat with darknz
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Posts made by darknz

    RE: Can someone point me to a working Colyseus example that I can download?

    Hi WillWam

    The instructions on the getting started guide didn't work for me and I had problems getting it to work.
    Try cloning the example as described in the guide, but run npm-install before running npm-run - I think this pulled down some dependency that wasn't already in my environment.

    What I did:

    git clone https://github.com/gamestdio/colyseus-examples.git
    cd colyseus-examples
    npm install
    npm run bundle-colyseus-client
    npm install

    Hope that helps,
    Chris.

    posted in Questions & Help •