
About
This repository contains the complete executables, data, and source code for Izmir, a PC game originally released in Korea by Mirinae Software in May 1995. The source was opened to celebrate the game's 20th anniversary, under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license, and the game itself runs today via DOS-BOX.
Getting started
The game can be run through DOS-BOX; a bundled manual and setup program are included alongside the main executable. Building it from source requires the Watcom C/C++ compiler and Turbo Assembler.
History
Mirinae Software originally released Izmir in Korea in May 1995, and later reopened its complete source and data files to mark the game's 20th anniversary.
Media
Additional notes
- Technical detail
- The game's main program logic is written directly in x86 assembly, with only a small C startup stub used to initialize the DOS extender.