Skip to content
/ eidogo Public
forked from jkk/eidogo

Version of Eidogo used on goproblems.com for solving problems

Notifications You must be signed in to change notification settings

adum/eidogo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EidoGo

EidoGo is two things:

  1. A site (eidogo.com) for refining your Go techniques, viewing games, and sharing games. The source for which is here, at the top level of this repo. It includes server-side PHP code and database data.

  2. An embeddable HTML/CSS/JS SGF viewer. The source for that is in the player directory of this repo. It does not depend on any server-side code or data.

Goproblems EidoGo

Modified to work specifically with goproblems.com. This means:

  1. Understanding right and wrong variations
  2. Showing a move tree
  3. Sending results of problems to the server
  4. How to show/add comments
  5. Time trial support
  6. Some other stuff I'm probably forgetting
  7. Todo: verify submitted problems
  8. Todo: problem search

About

Version of Eidogo used on goproblems.com for solving problems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.0%
  • C++ 20.1%
  • Python 8.2%
  • CSS 5.5%
  • HTML 5.3%
  • PHP 2.5%
  • Other 1.4%