JKnipperts / Make_a_line

Windows remake of the addictive puzzle game "Color Lines"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make a Line

"Make a line" is my remake of the classic DOS puzzle game "Color Lines". I wrote this game back in 2005 using MS Visual C++ 6.0 and the DirectX SDK of June 2005. Therefore some modifications will be necessary to compile it under a more modern environment. The original Visual Studio project files are included and could be helpful for the configuration.

  • The game uses the A* Pathfinder (Version 1.71a) by Patrick Lester for pathfinding.
  • The bin folder contains the complete game with all necessary files to play it.
  • All ingame texts are in German but all comments in source code are in English.

Gameplay:

Click on a ball to select it and then click on an empty square to move it there. You can only move along unblocked paths. Build rows of 5 or more balls of one color to score.

Alt text

Disclaimer:

This Project does not claim any rights to the original game "Color Lines" (1992) written by Oleg Demin (aka Olga Demina), Igor Ivkin and Gennady Denisov. To the best of my knowledge, this title is abandonware and has long been discontinued by its publishers. If you know otherwise, please contact me.

About

Windows remake of the addictive puzzle game "Color Lines"

License:MIT License


Languages

Language:C 51.7%Language:C++ 42.5%Language:Objective-C 5.8%