Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yehya403/sunny-land_game

2D Unity game using the SunnyLand asset pack and A* pathfinding algorithm
https://github.com/yehya403/sunny-land_game

Last synced: 6 days ago
JSON representation

2D Unity game using the SunnyLand asset pack and A* pathfinding algorithm

Awesome Lists containing this project

README

        

# 2D Unity Game with SunnyLand Asset Pack and A* Pathfinding Algorithm

This is a 2D game built in Unity using the SunnyLand asset pack and implementing the A* pathfinding algorithm for enemy AI movement.

## Game Description

The game is a platformer set in a sunny and colorful world. The player controls the main character.

## Features

- Character movement: The player can move the character left or right, jump, and perform other actions based on the game mechanics.
- Enemy AI: Enemies use the A* pathfinding algorithm , chase the player, and attack when in range.
- Sound Effects and Music: Immersive audio elements to enhance the gaming experience.

## Installation

1. Clone or download the project repository.
2. Open the project in Unity version 2021 or later.
3. Ensure that the SunnyLand asset pack is properly imported and set up in the project.
4. Install any additional dependencies or plugins required for the A* pathfinding algorithm if necessary.
5. Build the game for the desired platform or test it within the Unity Editor.

## Controls

- Arrow keys or WASD: Move the character.
- Spacebar: Jump.

## Credits

- SunnyLand Asset Pack: [Link to asset pack](https://www.assetstore.unity3d.com/#!/content/10158)
- A* Pathfinding Algorithm: [Link to A* Pathfinding Project](https://arongranberg.com/astar/)

## Screenshots
![1](https://github.com/Yehya403/SunnyLand/assets/134727838/a27c8cdb-f55e-4f59-9f16-a27165b876a7)
![2](https://github.com/Yehya403/SunnyLand/assets/134727838/8b35c606-c3c8-4619-8e8a-fcbf1fa2509d)
![3](https://github.com/Yehya403/SunnyLand/assets/134727838/e6fdc2e0-f42c-4ca0-936c-f931e9b579e3)
![4](https://github.com/Yehya403/SunnyLand/assets/134727838/f5fa4f43-0bf4-4aa4-9c71-6b24bf641c74)
![5](https://github.com/Yehya403/SunnyLand/assets/134727838/d8045545-f54c-419a-8406-0073290f6593)
![6](https://github.com/Yehya403/SunnyLand/assets/134727838/fbb4e11e-1b81-404f-b939-731e2bbf5b3e)