Skip to content

piepieninja/IBM-DOS-GAMES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM-DOS-GAMES

games and custom programs for my old 1989 IBM PS/2

IBM Blinking

HOW TO USE:

this requires the free pascal compiler located at: http://www.freepascal.org/ the fpc can also be downloaded directly from: free pascal downloads

you must add this path to your .bashrc (or .zshrc) file:

export PATH=/usr/local/bin:$PATH

name your files with the extension:

*.pas

to compile the program run:

fpc filename.pas

to name the executable from your program type what you want in the 'xxx' spot:

fpc filename.pas -oxxx

Convert to DOS

before the program can be run on an old IBM computer it must be converted into a readable format by addint the carriage return character. do do this run the convert script:

./convert filename

or

./convert fiulepath/filename

REQUIREMENTS:

About

1989 IBM PS/2 games and programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published