funnypilgrim / SkyOffice

Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.

Home Page:https://skyoffice.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyOffice License PRs Welcome

Logo

An immersive remote-working platform - Winner of 2021 Monte Jade Innovation Competition

SkyOffice works on all PC browsers (mobile browsers are currently not supported)

Built with

Features

Proximity Chat (distance-based interactive system)

image

Multifunctional Rooms

image

Flexible & Immediate Screen Sharing

image

Controls

  • arrow keys to move (video chat will start if you are close to someone else)
  • E to sit down
  • R to use computer (for screen sharing)

Prerequisites

You'll need Node.js, npm installed.

Getting Started

Clone this repository to your local machine:

git clone https://github.com/kevinshen56714/SkyOffice.git

This will create a folder named SkyOffice. You can specify a different folder name like this:

git clone https://github.com/kevinshen56714/SkyOffice.git my-folder-name

To start a server, go into the project folder and install dependencies/run start command:

cd SkyOffice or 'my-folder-name'
npm install && npm run start

To start a client, go into the client folder and install dependencies/run start command:

cd SkyOffice/client or 'my-folder-name/client'
npm install && npm run start

Credits 🎉

Big thanks to this great repo: https://github.com/ourcade/phaser3-typescript-parcel-template

License

MIT License

About

Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.

https://skyoffice.netlify.app/

License:MIT License


Languages

Language:TypeScript 95.2%Language:HTML 2.3%Language:JavaScript 1.6%Language:SCSS 1.0%