https://github.com/josephpbaruch/platformer_game_qa
A Platformer game for QA enthusiasts.
https://github.com/josephpbaruch/platformer_game_qa
platformer unity
Last synced: about 2 months ago
JSON representation
A Platformer game for QA enthusiasts.
- Host: GitHub
- URL: https://github.com/josephpbaruch/platformer_game_qa
- Owner: JosephPBaruch
- License: mit
- Created: 2024-08-29T18:14:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T05:29:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T11:16:14.700Z (over 1 year ago)
- Topics: platformer, unity
- Language: C#
- Homepage:
- Size: 5.64 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# platformer_game_QA
> A 2D Platformer game where a controllable player avoids an enemy while trying to collect coins.
Unity Editor Version: 2022.3.41f1
## Quick Start
1. Download source code from this repository.
2. Install dependencies.
- A* (Enemy Pathfinding) -> https://arongranberg.com/astar/
- TextMeshPro
3. Compile and run game on proper operating system.
## Objectives
- Collect all of the coins to win the game.
- Avoid the enemy from hitting player.
- Explore map.