Mr. Blocks is a simple Unity 2D game where players control a square named Mr. Block using the WASD keys. The goal is to navigate through levels, avoid obstacles, and reach the final destination to complete the level.
- Simple Controls: Move the character using WASD keys in all directions.
- Obstacle Avoidance: Avoid obstacles to stay alive and reach the goal.
- Multiple Levels: Challenge yourself with different levels of increasing difficulty.
- W: Move up
- A: Move left
- S: Move down
- D: Move right
- Engine: Unity 2D
- Language: C#
- Clone the repository:
git clone "https://github.com/YourUsername/Mr-Blocks" - Open the project in Unity.
- Press Play to start the game.
- Use the WASD keys to control Mr. Block and avoid obstacles.
- Core mechanics: Movement and level completion.
- Obstacle design and collision detection.
- Multiple levels with increasing difficulty.
- Sound and UI implementation.
- Final testing and optimization.