logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Krank - is a game of dexterity where you match stones together.

Aim

       The aim of each level is to remove all anchors and magnets.

Controls

<Space> or 'p' or <Pause> - Game pause.

       <Esc> - Exit from level/game

       <Shift>+<Esc> - Quick exit

       <RightArrow> - Next level

       <LeftArrow> - Previous Level

       <PageUp>/<PageDown> - Increase/decrease music volume.

       <ALT>+<PageUp>/<PageDown> - Increase/decrease sound volume.

krank                                                                                                   krank(6)

Description

       krank  is a game of dexterity, being somewhere between Breakout and billiard, where the aim of each level
       is to shove floating stones towards compatible static stones. You control a short chain  of  stones  with
       your mouse to achieve that.

       Krank contains the following elements:

           thesnake
               - follows your mouse or the analog stick of your joypad.
           theballs
               - move if you touch them with the snake or another ball.
           thelinks
               - are like balls, but they bond together if they touch each other.
           thestones
               - never move and do nothing else.
           themagnets
               - unmovable themselves, attract everything that moves. the number of circles rotating around them
               indicates how many items may get captured in them.

               A magnet will vanish if:
                    - it captured at least as many balls as circles are rotating around it;
                    - all the captured balls have the same color as the magnet;
                    - it stayed for 3 seconds in the above condition.

               If  a  magnet is fully loaded, but includes links or balls of a different color, it will explode,
               but not vanish.

           theanchors
               - never move, but bond together with links. the number of circles rotating around them  indicates
               how many links may bond with them.

               An anchor will vanish if:
                    - it is connected to as many other anchors as circles are rotating around it;
                    - all the connected anchors and links have the same color as the anchor;
                    - all other anchors of the same color are fully connected.

               If all the above conditions are valid for 3 seconds, those anchors will be removed.

               If  an  anchor  is  connected  to  another  anchor,  but the connecting chain includes links of a
               different color, it will explode, but not vanish.

           A connection between two links will be broken if one link is touched by  a  ball  or  captured  by  a
           magnet.

           For each level you solve, there will be two more levels available to play, so you can skip levels you
           don't like.

Name

       Krank - is a game of dexterity where you match stones together.

Synopsis

krankkrank-f - start in fullscreen mode

       krank-w - start in windowed mode

       krank-s800x600 - start in screen with size 800x600

       krank-f-s800x600 - start in screen with size 800x600 and in fullscreen mode

       krank-w-s800x600 - start in screen with size 800x600 and in windowed mode

       krank-h - display the helpscreen.

See Also