Implement your enemies with care

Yiu Chu
2 min readMay 15, 2021

--

There have been plenty of times when I experienced games that are simply too difficult to play. Enemies are simply way too powerful or unpredictable. I ended up just giving up ever playing those games again, even though the games have great graphics and great game mechanics.

Obstacles Avoidance

In the above, we have asteroids dropping down trying to hit the player. While it may seem simple to just spawn new asteroids from the top at certain game speed, we need to consider if the user has been provided enough space or gaps between asteroids to be able to maneuver through those asteroids, realistically.

Enemy Fire pattern

As player spends more time with your games, they will start recognising the different type of enemies they had met and the attacking pattern associated with the enemies.

Now imagine the enemies looks exactly the same, but suddenly have a different fire pattern.

Or even like this:

This will break the players’ expectation, and if they got hit, they will most likely feel like being cheated by the game.

As you can see, enemies design and implementation can make or break your game. More Playtesting can also help identifying playability issues and give you a chance to fix them before game release.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Yiu Chu
Yiu Chu

Written by Yiu Chu

A senior software engineer determined to be one of the industry's best Unity developer in 2D, 3D and VR

No responses yet

Write a response