Frog Game is a 2D platformer game built using the Godot Game Engine. In this game, a frog roams around a certain area, overcomes obstacles, and aims to find the desired trophy. On its way, the frog can collect apples that contain points. If the frog reaches the trophy, the level is completed, and it can proceed to the next level, facing increasing difficulty.
Practice and learn the basics of the Godot Game Engine:
- Scene changing system
- Sprite animation
- Collision implementation
- Sprite movement
- Level design using pixel art assets
- Add new levels to the game.
- Make the UI more attractive and interesting.
- Implement sound.
- Implement enemies.
-
Clone the Repository:
git clone https://github.com/yourusername/frog-game.git
-
Open the Project in Godot:
- Launch Godot Engine on your PC.
- In the Project Manager window, click on the "Import" button.
- Navigate to the directory where you cloned the repository and look for the
project.godot
file. Select this file and click "Open". - Godot will import the project, and it should now appear in your list of projects. You can now select it and click "Edit" to open the project.
-
Run the Project:
- Press
F5
or click the Play button.
- Press
Contributions to this project are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Ensure your code follows the existing coding style and conventions.
- Write clear and concise commit messages.
- Submit a pull request detailing your changes and any relevant information.
This project is licensed under the MIT License.
- Md Mahmudul Hasan - Initial work