Skip to content

UIU-Developers-Hub/FrogGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frog Game

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.

Image 1 Image 2

Image 1 Image 2

Objective & Learning Outcome

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

To Do

  • Add new levels to the game.
  • Make the UI more attractive and interesting.
  • Implement sound.
  • Implement enemies.

How to Play This Game on Your Machine?

  1. Clone the Repository:

    git clone https://github.com/yourusername/frog-game.git
  2. 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.
  3. Run the Project:

    • Press F5 or click the Play button.

Contributing

Contributions to this project are welcome! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Ensure your code follows the existing coding style and conventions.
  3. Write clear and concise commit messages.
  4. Submit a pull request detailing your changes and any relevant information.

Resources

  1. Coco Code YouTube channel and video 2
  2. Pixel adventure assets

License

This project is licensed under the MIT License.

Authors

Releases

No releases published

Packages

No packages published