This application was developed using a very old Castle Game Engine version. It still builds with the latest engine version (it is even tested by GitHub Actions to make sure we maintain backward-compatibility) but it's absolutely not how I would go about implementing this game type now.
Do not use this game as a learning example. Instead, get latest Castle Game Engine and browse examples
inside the installed engine.
This project is maintained here only:
- for historical purposes
- and as part of automated test to make sure we maintain backward-compatibility when developing new engine versions.
Clone of an old "Color lines" game. You need to arrange colored balls in lines, to make space on the board.
Concept is very closely based on an old DOS "Color lines" game by Olga Demin (programming), Igor Ivkin and Gennady Denisov (graphics). Credit for graphics goes to Igor Ivkin and Gennady Denisov, we merely use their graphics.
Complete documentation on https://castle-engine.io/kambi_lines.php .
Using Castle Game Engine, see https://castle-engine.io/ .
GNU GPL >= 2.