Skip to content

carlcarl/CaGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaGo

A jQuery plugin to parse and play go gibo(圍棋棋譜)

Requirement

  • File type: sgf
  • Size: 19X19

Usage

In index.html, find cago.go and modify its argument.

$(function(){
	$(".container").cago("./example.sgf");
	$(".container2").cago("./example.sgf");
});

Todo

  • Separate the core part from bootstrap elements

Library version

  • JQuery: 1.11.3
  • Bootstrap: 3.3.5

Screenshot

screenshot

Authors and License

The CaGo package is written by Chien-Wei Huang. It’s MIT licensed and freely available.

Feel free to improve this package and send a pull request to GitHub.

About

A jQuery plugin to parse and display go gibo(圍棋棋譜)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published