ahmedkadd / ch3ss

Chess, in 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ch3ss

A 3D game of chess

Installation

We recommend use Chrome and Visual Studio Code

node.js and npm

If you don't have node.js and npm in your computer operator as this https://www.npmjs.com/get-npm to install node.js and npm

Clone repo

git clone https://github.com/jonrahoi/ch3ss

Registry in http://rahoi.com

npm set registry http://rahoi.com:4873 npm adduser --registry http://rahoi.com:4873

Open Ch3ss

cd ch3ss

Install npm

npm install

Start

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

if game there is no game board in page, please go chrome://flags search webgl and choose enable.

License

MIT licensed

About

Chess, in 3D


Languages

Language:JavaScript 97.0%Language:TypeScript 2.6%Language:CSS 0.3%Language:HTML 0.2%