Skip to content

Color Lines classic game written with SDL.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.md
Unknown
COPYING
Notifications You must be signed in to change notification settings

OpenA/color-lines-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic «Color Lines» game engine

Based on Peter Kosyh code.

🌈 🔵 🔴
🟢 🔵
🔴 🟢 🔴
🟢 🟤 🟣 🌩️ 🔴
🟤 🟢 🟤 🔴
🟤 🟡 🟤 🟣
🧨 🟣 🟣
🟡 🔴 🟠 🟠
🟢 🔴 🎨

🔴🟤🟢🟡🟠🔵🟣⚫⚪🎨🪩💣💥🧨⛈️🌩️💎🌟⭐🌈

Build instructions

The following dependencies are required:

git sdl2 sdl2_mixer sdl2_image

On macOS (and Linux) you can use https://brew.sh pkg manager to install them.

When everything is ready, do

./configure [options] # Run with -h to check options you can change.
make

You can do the following things with make command:

  • make install - to install game in to prefix.
  • make run - just run game from build directory.
  • make debug run - build and run debug version.
  • make clean - cleanup build directory.

TODO:

  • support «Wonder Lines» game logic and .level files
  • optional pseudo-gui

About

Color Lines classic game written with SDL.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.md
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published