/client

🎮 Multiplayer mobile game with a shared gaming interface across devices

Primary LanguageTypeScript

logo

A multiplayer mobile game with a shared gaming interface across devices

build with love

and :

TypeScript • React • Redux • Phaser • Socket.IO • Node

Colobobo - Client

This repository is the client part of Colobobo project. The other parts :

To run the project locally you will need at least the client part and the server part.

Installation

  1. Set node version with nvm

    nvm use
  2. Install dependencies with yarn

    yarn install
  3. Run the app in the development mode

    yarn start

Admin interface

To simulate a game with several mobile devices directly in your browser, you can go to admin interface at http://localhost:3000/admin

Use @colobobo/library locally

Follow these steps if you want to use @colobobo/library in development mode.

  1. Install and build @colobobo/library

  2. Symlink library package folder

    1. Go to library folder and run :

      yarn link
    2. Go to client folder and run :

      yarn link "@colobobo/library"