The Most Hated Words — Game Over

Game Over Display — With flicker effect

Tristan Engel
May 19, 2021

Previously we already created a health display system. We can expand on this to display the most hated words: “Game over”.

Pseudocode

If currentHealth is zero
then display game over

Arcade old school Flicker effect

To rub it in, let’s make the text flicker. We start a coroutin in which we can either empty the text or we could disable and enable the game object.

--

--

Tristan Engel

Aspiring developer that’s self-learning Unity & C# to transition to a career with Unity. I got a passion for creating interactive experiences.