aesth0x / ng-go

An Angular 2 Go Game Web App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-go

V 1.1.0

ng-go is an Angular 2 Go game web app.

Features

  • Support new game and sgf import.
  • Step backward, step forward, and test play functions.
  • Configurable game board dimension (1x1 ~ 26x26).
  • Fancy 3D interactive game board built with three.js, support risizing and rotation.
  • Game board is draw dynamically with svg, therefore no loss of resolution on resizing.
  • Go game rules implemented, except for ko.

Setup

Install the npm packages described in the package.json:

$ npm install

Transpile typescript into javascript, host the app and monitor the changes:

$ npm start

About

An Angular 2 Go Game Web App

License:MIT License


Languages

Language:TypeScript 79.7%Language:HTML 20.3%