a friend and I are making a Go-related webpage for one of our university courses (HTML&CSS). It includes some stuff about the origins of Go, useful links for beginners, some Hikaru no Go and of course the rules, among others. The part explaining the rules is some of my part of the work and I want to make it a bit more interesting by making it interactive, just like in Hiroki Mori's Go course (but not that extensive
For this, I wanted to use EidoGo as it is open source and seemed very easy to use. On the website there even is an instruction - but it doesn't work for me..
What seems weird to me (as somebody who before this course didn't know anything about HTML or CSS) is that the instruction says nothing about defining
<div class="eidogo-player-auto" [...]
and
<div class="eidogo-player-problem" [...]
in the CSS-file. Is that the source of the problem? What am I missing?
I know that some people use EidoGo in their Blogs and websites, how did you do that?
Any help is appreciated!
