L'obiettivo è quello di provare a mettere 5 pezzi in fila sulla scacchiera in qualsiasi direzione. Il computer gioca con il rosso. Codice sorgente incluso.
Il programma è distribuito come pacchetto ZIP: scaricare in una cartella temporanea e scompattare nella cartella di destinazione. Vedi sotto per il(i) link di download.
Qui di seguito trovi i link di download per l'installazione manuale del software:
| Gomoku Game v. 1.2 (12/9/2026, Martin Iturbide) | Readme/What's new |
# Gomoku for OS/2
Five-in-a-row board game for OS/2 Presentation Manager.
**Version:** 1.2
**License:** GNU GPL v3
**Original author:** Jasper de Keijzer (1996)
**OpenWatcom port:** OS2World (2026)
## Description
Play against the computer on a standard 19×19 board. Get five pieces in a row
(horizontal, vertical, or diagonal) to win.
You play Green. The computer plays Red and responds immediately after
each of your moves.
The interface is available in six languages: English, Spanish, Dutch, German,
French, and Italian. The selected language is saved automatically.
## Building
### OpenWatcom (recommended)
```
wmake -f makefile.wat
```
Or use the CMD script (produces `compile-wat.log`):
```
compile-wat.cmd
```
The EXE is produced at `bin\gomoku.exe`.
### Requirements
- OpenWatcom 1.9 or 2.0
- OS/2 Toolkit headers
## Directory Structure
```
GAME-BOARD-Gomoku\
src\ OpenWatcom port source
legacy\ Original ICC sources (preserved unchanged)
bin\ Build output (git-ignored)
doc\ Readme, Changelog, License
makefile.wat wmake build
compile-wat.cmd CMD build script with logging
```
## Keyboard Shortcuts
| Shortcut | Action |
|----------|--------|
| Ctrl+N | New Game |
| Ctrl+X | Exit |
| Ctrl+F | Toggle Frame Controls (borderless mode) |
## History
See [doc/Changelog.txt](doc/Changelog.txt).
## License
GNU General Public License v3. See [doc/LICENSE.txt](doc/LICENSE.txt).
## Links
- https://www.os2world.com/games/index.php/native-games/board/133-gomoku
- https://github.com/OS2World/GAME-BOARD-Gomoku
---------------------------------------------------------
Gomoku for OS/2 - Changelog
===========================
Version 1.2 (2026-09-11)
--------------------------
- 6-language interface: English, Espanol, Nederlands, Deutsch, Francais, Italiano
- Language selection persists via OS/2 User Profile (HINI_USERPROFILE)
- Frame Controls (Ctrl+F): toggle title bar, system menu, minimize button,
and menu bar for a borderless / kiosk-style window
- Board enlarged to 19x19 intersections with 40x40 pixel cells (doubled from 1.1)
- Cell borders drawn with GPI (GpiBox) so they scale correctly with cell size
- Application icon (gomoku.ico) added; loaded via FCF_ICON
- Accelerator table extended: Ctrl+F for Frame Controls
Version 1.1 (2026-09-11)
--------------------------
- OpenWatcom port (OW 1.9 / 2.0)
- Fix EXPENTRY prototype: USHORT msg -> ULONG msg
- Fix mouse coordinate extraction: SHORT1/SHORT2FROMMP
- Fix menu command dispatch: SHORT1FROMMP(mp1)
- Standard 3-menu layout: Game / Options / Help
- About dialog per OS2World standard (plan.txt §11)
- Window centered on desktop at startup
- BLDLEVEL string added
- Legacy ICC sources preserved in legacy/
Version 1.0 (2004-03-28) Jasper de Keijzer
----------------------------------------------
- Initial release (ICC build)
- Algorithm fix for diagonal line detection
|
hobbes.os-2.in/download/os2/games-6/board-4/Gomoku_1-2.zip |
||
| Gomoku Game (20/5/2021, Jasper de Keijzer) | Readme/What's new |
Gomoku (2004-Apr-03)
The Objective is to try to put 5 pieces in a ron on the board, this may be done in any direction. The computer plays with Red. Now any developer can download the source code that is included and help to code this game.
This game had now been released as Open Source. The source code in C is included in the source.zip
Thanks to its author, Jasper de Keijzer (jasper.dekeijzer@worldonline.nl), for making his game open source.
You can also check a Java version of it at http://home-5.worldonline.nl/~jdekeij/gomoku/gomoku.html
Martin Iturbide
|
hobbes.nmsu.edu/download/pub/os2/games/board/gomoku-r2.zip |
||
| Gomoku Game v. 1.0 (3/4/2004, Jasper de Keijzer) | ||
www.os2site.com/sw/games/board/gomoku.zip |
||
| Gomoku Game v. 1.0 (28/3/2004, Jasper de Keijzer) | ||
hobbes.nmsu.edu/download/pub/os2/games/board/gomoku.zip |

This work is licensed under a Creative Commons Attribution 4.0 International License.
Aggiungi un commento