top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Toggling Test (Personal)

Project Type

Action Game

Year

2023

Engine

Unity

Role

Maker

A game based on the concept of "You are your own enemy." It's quite similar to the Snake game in some sense.

In this game, player will run constantly and to change direction, player need to use their mouse. But the catch is that player will leave behind deadly virus every where they walk, and touching them will kill the player. The goal is to survive until the time is up.

But to spice thing up, this game also has a toggleable wall connected to a signal receiver. By pressing left mouse button while looking at the signal receiver and make sure that there's nothing between the player and the receiver, they can alternate the connected walls between pass-through and solid state.

This was a fun project because I actually designed the system to make my life easier instead of doing everything manually. I implemented a way for me or future designers to choose the initial state of the wall without using 2 different one (Start solid or pass-through.)

bottom of page