Arrow Lines is a complete casual puzzle game. The board fills with arrows, each arrow leaves the board in the direction it points at, and it can only leave if its path is clear. The player has to find the order that empties the board.
WHAT IS INSIDE:
- Portrait 720x1280, fully responsive: playable on desktop and on mobile.
- Click, tap and swipe controls: tap an arrow, or swipe across its trail.
- Hand-made levels AND generated levels: generated ones are always solvable and seeded by the level number, so level 7 is the same for every player.
- Endless progression, saved and resettable from the settings.
- A level editor inside the game to draw your own levels.
- The whole game loop: menu, settings, pause, hint button, tutorial, animated scene transitions.
MADE TO BE MODIFIED:
Every event sheet is split into titled and commented groups. The level list lives in one external events sheet, and each level is data in an external layout, so adding a level does not touch the game logic.