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

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.

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.