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 to jest Gomoku?
Gomoku to rozszerzenie Chrome opracowane przez Vclip, a jego główną funkcją jest „Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gomoku
Pobierz pliki rozszerzeń Gomoku w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | femcgljnnagkakghbnnbghkbhamlheom |
| Oficjalny URL | https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom |
| Opis | Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads! |
| Rozmiar pliku | 364 KB |
| Liczba instalacji | 170 |
| Aktualna Wersja | 2021.05.14 |
| Ostatnia Aktualizacja | 2021-05-16 |
| Data Publikacji | 2021-04-18 |
| Deweloper | Vclip |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |