Gamehok is an Android application designed for gamers, providing details about games, tournaments, and leaderboards.
- Game Details: View comprehensive information about various games, including genre, platform, release date, and developer.
- Tournaments: Browse upcoming and ongoing tournaments for different games (Implementation pending).
- Leaderboards: Check player rankings and scores within specific games or overall (Implementation pending for dedicated tab, basic leaderboard shown in Overview).
- Language: Kotlin
- UI Toolkit: Jetpack Compose
- Platform: Android
- Prerequisites:
- Android Studio (Latest stable version recommended)
- JDK (Version compatible with your Android Gradle Plugin)
- Clone the repository:
git clone https://github.com/sbhjt-gr/gamehok cd gamehok - Open in Android Studio:
- Launch Android Studio.
- Select "Open an Existing Project".
- Navigate to and select the cloned project directory.
- Build the project:
- Wait for Gradle sync to complete.
- Click
Build > Make Projector use the Run button to build and install on an emulator or physical device.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature-name). - Open a Pull Request.
[MIT License](LICENSE.md)