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!
Wat is Gomoku?
Gomoku is een Chrome-extensie ontwikkeld door Vclip, en de belangrijkste functie is "Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!".
Extensie Screenshots
Download het CRX-bestand van de extensie Gomoku
Download Gomoku-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | femcgljnnagkakghbnnbghkbhamlheom |
| Officiële URL | https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom |
| Beschrijving | Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads! |
| Bestandsgrootte | 364 KB |
| Aantal Installaties | 170 |
| Huidige Versie | 2021.05.14 |
| Laatst Bijgewerkt | 2021-05-16 |
| Publicatiedatum | 2021-04-18 |
| Ontwikkelaar | Vclip |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |