# 她们在日出时 **Repository Path**: byusi/game ## Basic Information - **Project Name**: 她们在日出时 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This project is a simple Android game built using the LibGDX framework. It appears to be a basic template or starter project for game development, containing the essential structure for rendering graphics and managing game states. ### Key Features: - **Game Structure**: The main game class `TRS` extends `Game` from LibGDX and overrides core lifecycle methods such as `create()`, `render()`, and `dispose()`. - **Graphics Rendering**: Utilizes `SpriteBatch` and `Texture` to render a simple image (`badlogic.jpg`) on the screen. - **Language Management**: Includes a `LanguageManager` class for handling internationalization (i18n) using `I18NBundle`. - **Font Handling**: The `FontManager` class manages font loading and rendering using `BitmapFont` and `FreeTypeFontGenerator`. - **Android Integration**: The `AndroidLauncher` class initializes the game on Android devices, and the `AndroidManifest.xml` marks the app as a game. ### Setup Instructions: 1. **Prerequisites**: Ensure you have Android Studio and the LibGDX framework installed. 2. **Build**: Use Gradle to build the project. The `build.gradle` files in the core and desktop modules define the project dependencies. 3. **Run**: Deploy the game to an Android device or emulator using Android Studio. ### Usage: The game currently displays a static image and increments a timer each frame. To expand upon this, you can add more complex game mechanics, additional screens, and interactive elements. ### Contributing: Contributions are welcome! Please ensure you follow the existing code style and submit pull requests for review. ### License: This project is licensed under the Apache License 2.0. See the `LICENSE` file for more details.