Skip to content

qalle2/ega-pride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ega-pride

A multiple-choice pride flag quiz. Requires DOS and EGA. There are 35 flags at the moment. Compiled with Microsoft QuickBasic 4.5. Runs in Screen 7 (320×200×16).

The game can also be downloaded on itch.io.

screenshot of title screen in-game screenshot; asking what the rainbow-progress-intersex flag is

Table of contents:

Technical info

  • Flag width: always 320 pixels.
  • Flag height: 182 pixels if it needs to be divisible by 7, otherwise 180 pixels.
  • The bottom two text lines are used for text, so the absolute maximum height for the flag is 200−2×8−1 = 183 pixels.

When the 320×200 mode is shown at 4:3 aspect ratio, the pixel aspect ratio is 5:6, so some details of the flags need to be stretched horizontally by 6/5 to compensate.

Sources of flags