Lines2K is a recreation of the classic Lines 98 game for Android.
The goal of the player is to create vertical or horizontal lines of balls with the same colour, while the board keeps filling up with random balls.
- Wanted to play this game on my phone and didn't find any ad free alternatives
- Had made Kothello sometime back, wanted to try my hands on another classic.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Android Studio
To get Lines2K, follow these steps:
git clone https://github.com/2kabhishek/Lines2K
cd Lines2K
Open it up on Android Studio and then simply build it for your device or enjoy it on the emulator.
Lines2K was built using Android Studio, Java and OSS
- Building out the logic for the path checker was a bit tricky but googling helped.
- Faced some issues with gradle initially.
- Rediscovered this old gem and got to learn about it's internals.
You tell me, PR's welcome.
Hit the ⭐ button if you found this useful.