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!

Co je Gomoku?

Gomoku je rozšíření Chrome vyvinuté Vclip, a jeho hlavní funkcí je „Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Gomoku

Stáhněte si soubory rozšíření Gomoku ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Gomoku Gomoku
ID femcgljnnagkakghbnnbghkbhamlheom
Oficiální URL https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom
Popis Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!
Velikost souboru 364 KB
Počet instalací 170
Aktuální Verze 2021.05.14
Poslední Aktualizace 2021-05-16
Datum Vydání 2021-04-18
Vývojář Vclip
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}