Skip to content

chengr4/jungo-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

簡易純棋網站

我深信純棋是拯救圍棋的其中一支箭,因此有了這個專案。

以懂純棋規則的人數能在台灣超越五子棋為短期目標。

推廣純棋,救救圍棋

In English

什麼是純棋?

非常類似圍棋的遊戲,由日本圍棋棋士王銘琬九段所創。

核心規則

  1. 黑白輪流下在棋盤交叉點
  2. 包圍提取
  3. 子多為勝:棋盤上棋子多的一方獲勝
  4. 停手計分

進階規則

唯一的進階規則:打劫

如何在 Local 啟用

感謝 @CGLemon

  1. 使用 VSCode extension Live Server

  2. 使用 npm package http-server

    需要下載 nodejs

    cd jungo-web
    npx http-server .
    

    之後用瀏覽器打開 http://127.0.0.1:8080 (預設路徑)

若想使用 python 請參照這篇:https://stackoverflow.com/a/21608670/18536885

Used Libraries

About JS files

  • board.js: 產生棋盤與座標
  • jungo.js: For all events

References

未完成

  • 提子音效
  • 多語言格式 (i18n)
  • chatroom
  • Web worker