linije
linije is a color lines clone.
For installation instructions, see the file INSTALL.
Prerequisites
C compiler - defaults in config.mk (HaikuOS needs Clang/LLVM)
libSDL v3 (SDL3, SDL3_image - as of 2025-07, build from source:
https://github.com/libsdl-org/SDL
https://github.com/libsdl-org/SDL_image
Confirmed as still needed in OpenBSD and Alpine; specifically needsSDL_SCALEMODE_PIXELARTfrom newer versions of SDL3, absent in current SDL3 port in OpenBSD)
Install
$ git clone https://git.sr.ht/~strahinja/linije $ cd linije $ cp config.$(uname -s) config.mk $ su # make install
With got:
$ got clone https://git.sr.ht/~strahinja/linije $ got checkout linije.git $ cd linije $ cp config.$(uname -s) config.mk $ su # make install
Persistent build configuration file
The file config.mk will be sourced when building targets which also accept
configuration through environment variables. For example, CPPFLAGS and
PREFIX are specified in config.mk.
Initially, there will be no config.mk, you will need to copy one of the customized config.* files or write your own:
$ cp config.$(uname -s) config.mk || echo Write config.mk from scratch
License
linije - Color lines clone
Copyright © 2025-2026 Страхиња Радић
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Sprite sheet sprites.png (source file sprites.xcf.xz) hand drawn/crafted in GIMP by Strahinya Radich.
Sprite sheet ter12.png (source file ter12.xcf.xz) created in GIMP using Terminus font 4.49.1. Terminus font Copyright (C) 2020 Dimitar Toshkov Zhekov, licensed under SIL Open Font License 1.1. See file OFL.TXT for more information.