Cuyo is a Tetris-style puzzle game for up to two players. The player controls falling blocks of various types which change with each level.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s). MMOS/2 (DIVE, DART) is required.
Following ones are the download links for manual installation:
| Cuyo v. 2.1.0 (Release 3, 20/8/2025, Dave Yeo) | Readme/What's new |
# GAME-SDL-PUZZLE-Cuyo
Cuyo, a Tetris-style puzzle game for up to two players.
## LICENSE
* GNU GPL V2
## VERSIONS
### 2.1.0 Release 3 (ArcaOS / OS/2)
* Migrated from SDL 1 to SDL 2
* Added Alt+Enter fullscreen toggle
* Added Ctrl+X to exit immediately
* Minimum resolution enforced to 1024x768
* Sound and music handled via SDL2_mixer
* User configuration stored in XDG_CONFIG_HOME (~/.config/cuyo/)
* Data files located relative to the executable directory
* Added OS/2 module definition file (cuyo.def)
* Added makefile.os2 and compile.cmd for ArcaOS / OS/2 GCC build
### 2.1.0 Release 1 (ArcaOS / OS/2)
* Initial ArcaOS / OS/2 port based on SDL 1
* Port by Dave Yeo
## COMPILE TOOLS (ArcaOS / OS/2)
* GCC 9.2 / EMX / InnoTekLIBC
* SDL2, SDL2_mixer, zlib
## BUILD INSTRUCTIONS (ArcaOS / OS/2)
1. Open a command prompt in the project directory
2. Run `compile.cmd`
3. The executable `cuyo.exe` will be created in the project directory
4. Run `run.cmd` to launch the game (must be run from the project directory)
## RUNTIME REQUIREMENTS (ArcaOS / OS/2)
* SDL2.dll
* SDL2_Mixer.dll
* The `data\` directory must be present alongside `cuyo.exe`
## AUTHORS
* Original game: Immi (cuyo@karimmi.de)
* ArcaOS / OS/2 port: Dave Yeo
* SDL2 migration and ArcaOS enhancements: Martin Iturbide
## LINKS
* https://www.karimmi.de/cuyo/
* https://github.com/OS2World/GAME-SDL-PUZZLE-Cuyo
|
hobbes.os-2.in/download/os2/games-6/puzzle-4/Cuyo_2-1-0r3.zip |

This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment