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!
Hvad er Gomoku?
Gomoku er en Chrome-udvidelse udviklet af Vclip, og dens hovedfunktion er "Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!".
Udvidelsesskærmbilleder
Download Gomoku-udvidelses-CRX-fil
Download Gomoku-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | femcgljnnagkakghbnnbghkbhamlheom |
| Officiel URL | https://chromewebstore.google.com/detail/gomoku/femcgljnnagkakghbnnbghkbhamlheom |
| Beskrivelse | Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads! |
| Filstørrelse | 364 KB |
| Antal Installationer | 170 |
| Nuværende Version | 2021.05.14 |
| Senest Opdateret | 2021-05-16 |
| Udgivelsesdato | 2021-04-18 |
| Udvikler | Vclip |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |