Lines-98 game written originally using Java Applet and then converted to Java Swing back in 2012.
It supports 3 difference types of game where you get scores if you move balls into one of the following shapes
- Line Game: Move balls into a line (at lease 5 balls in a line)
- Square Game: Move balls to a square (4 balls)
- Block Game: Move balls to a block (7 neighbor balls)
Something need to be improved:
- Updated some frame properties like size, position, title, etc (They are not necessary in an Applet)
- Correct high score function since it is still for Applet and connects to my old website
- Make the ball look better
- Improve concurrent processing in order make movement smoother
- Refactor source code since it was developed long time ago
- Add an option dialog
- Convert to an Android game