Skip to content

RetroNick2020/fiveline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fiveline

RetroNick's version the classic puzzle/logic game.

Try the online version

Current version is portable and with little modifications can be ported to other platforms. Source code can be compiled for DOS using freepascal GO32 and 8086 compilers without any changes. The code can also be compiled in turbo pascal without any changes.

Windows users just need to replace Crt with WinCrt - change gm,gd to VGA and VGAHI. For some reason EGA modes don't work on Windows. Windows users will also need to adjust constants to make the game board much bigger. I may get to this later on.

For those who want to study the code the most interesting aspect of this is the path finding part of the code. This can be gutted and used in other games.