A simple Java Swing game where you click the cat π± to earn points.
- Fun clicker game (earn points by clicking the cat)
- Java Swing GUI
- Simple visuals with styled background & button
- Cross-platform (works on Windows, macOS, Linux)
Compile and run:
javac src/CatClickerGame.java -d out
java -cp out CatClickerGameOr run in your IDE (IntelliJ, Eclipse, VS Code with Java).
(You can add a screenshot here after running the game)
- Add sound effects π΅
- Save high scores π
- Add timer or challenge mode β±οΈ