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!
Was ist Gomoku?
Gomoku ist eine Chrome-Erweiterung, die von Vclip entwickelt wurde, und ihr Hauptmerkmal ist "Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!".
Erweiterungsscreenshots
Gomoku-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gomoku-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | femcgljnnagkakghbnnbghkbhamlheom |
| Offizielle URL | https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom |
| Beschreibung | Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads! |
| Dateigröße | 364 KB |
| Installationsanzahl | 170 |
| Aktuelle Version | 2021.05.14 |
| Letztes Update | 2021-05-16 |
| Veröffentlichungsdatum | 2021-04-18 |
| Entwickler | Vclip |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |