fmendez884 / mre-chess

Chess game written using the Mixed Reality Extension SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRE Chess

MRE Chess is a chess game written using the Mixed Reality Extension SDK (MRE SDK).

MRE applications are Node.JS apps. Then run as a service in the cloud. When a connection is made from a supported platform, the app manifests in the environment on that platform.

MRE Chess in AltspaceVR

Supported platforms

How to build and run locally

Prerequisites

  • Node.JS (v8.16.0 or greater)
  • NPM (v6.4.1 or greater. Installs with Node.JS by default)

First-time setup

  1. Clone this repo
  2. cd mre-chess
  3. npm install

    Note: If you get the "node-gyp.js" error during installation asking you to set a Python environment variable, ignore it and npm install again.

Build and run

On the command line:

  1. npm run build
  2. npm run start

Your MRE app should now be running at localhost:3901.

Connecting to your app

Connect to your MRE app from one of the supported platforms to interact with it.

From MRETestBed

The MRETestBed Unity project is a convenient place to test and develop your MRE app.

From AltspaceVR

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Chess game written using the Mixed Reality Extension SDK


Languages

Language:TypeScript 87.6%Language:JavaScript 11.2%Language:Dockerfile 1.1%Language:HTML 0.1%