Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 905 Bytes

README-ENG.md

File metadata and controls

31 lines (21 loc) · 905 Bytes

Simple Jungo Website

What is Jungo?

A game very similar to Go with easier rules, created by professional Go player Wang Ming-Wan.

Rules

  1. Black and White, take turns placing stones on the intersections of the board.
  2. Capture surrounded stones
  3. Stop and count stones
  4. Who has more stones on the board wins the game
  5. Advanced rule: Ko

Used Libraries

About JS files

  • board.js: set the board and coordinates
  • jungo.js: For all events

Unfinished part

  • sound of capturing stones
  • multiple languages in the website (i18n)
  • chatroom
  • Web worker