https://github.com/2kabhishek/lines2k
The magic of Lines98, recreated đšī¸đĸ
https://github.com/2kabhishek/lines2k
android classic game java lines lines98 retro
Last synced: about 1 month ago
JSON representation
The magic of Lines98, recreated đšī¸đĸ
- Host: GitHub
- URL: https://github.com/2kabhishek/lines2k
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-09-30T12:25:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:37:05.000Z (over 3 years ago)
- Last Synced: 2025-07-27T12:41:20.650Z (11 months ago)
- Topics: android, classic, game, java, lines, lines98, retro
- Language: Java
- Size: 225 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
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.
## Inspiration
- Wanted to play this game on my phone and didn't find any ad free alternatives
- Had made [Kothello](https://github.com/2kabhishek/Kothello) sometime back, wanted to try my hands on another classic.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `Android Studio`
## Getting Lines2K
To get Lines2K, follow these steps:
```bash
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.
## How it was built
Lines2K was built using `Android Studio, Java and OSS`
## Challenges faced
- Building out the logic for the path checker was a bit tricky but googling helped.
- Faced some issues with gradle initially.
## What I learned
- Rediscovered this old gem and got to learn about it's internals.
## What's next
You tell me, PR's welcome.
Hit the â button if you found this useful.
## More Info