Palavrix is a Wordle-inspired game developed in Kotlin using Android Studio as part of an individual project.
The application includes user authentication, a leaderboard, multi-language support, and different difficulty levels for an engaging gameplay experience.
- ๐ค User Management: Login and registration system with a SQLite database
- ๐ Game Rules: Clear explanation of how to play and how scoring works
- ๐ Leaderboard: Track and compare scores between players
- ๐ Language Support: Play in Portuguese or English
- ๐ฏ Difficulty Levels:
- Easy โ 4-letter words
- Medium โ 5-letter words
- Hard โ 6-letter words
- ๐ Scoring System: Integrated into the rules page
- Language: Kotlin
- IDE: Android Studio
- Database: SQLite (local storage)
- Platform: Android
- Clone this repository
- Open it in Android Studio
- Build and run on an Android device or emulator
- ๐ Replace SQLite with Firebase for global user management
- ๐ Implement a CSV-based dictionary with a large set of Portuguese and English words