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 هو إضافة Chrome تم تطويرها بواسطة Vclip، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Gomoku

قم بتنزيل ملفات الامتداد Gomoku بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}