Gomoku

Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!

Gomoku란 무엇입니까?

Gomoku은(는) Vclip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gomoku 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is the Japanese board game "Gomoku" as a computer implementation with artificial intelligence. The goal of the game is to put 5 pieces in a straight horizontal, vertical or diagonal line before the computer does.
Several different designs, completely free and no ads! (And really hard)

Right-click on the playing field to start a new game.                    

확장 프로그램 기본 정보

이름 Gomoku Gomoku
ID femcgljnnagkakghbnnbghkbhamlheom
공식 URL https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom
설명 Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!
파일 크기 364 KB
설치 횟수 170
현재 버전 2021.05.14
최근 업데이트 2021-05-16
출시 날짜 2021-04-18
개발자 Vclip
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gomoku",
    "description": "Japanese board game Gomoku \u2013 try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!",
    "version": "2021.05.14",
    "icons": {
        "48": "v1\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "v1\/icon.png"
        },
        "default_popup": "popup.html"
    }
}