← Back

Knight City

[K]night City is an action platformer game featuring Sir William in Old York parrying his way through The Killer Serpents Gang. This game is made fully in C# in Unity.

Game Trailer


Features

Combat Mechanics

Sir William is equipped with slash, block and parrying.

Drunk Mechanic

When grabbing an alcohol, Sir William is set to a Drunk State, increasing his movement and enabling dashing while also reversing the controls.

Enemy AI

The enemies except the boss fight are all implemented with an Object Oriented pattern which is the strategy pattern. This is done for easy extensibility to add more enemies. The enemies are also implemented through State Machines.

2 Phases Boss Fight

The boss fight although simple, has 2 phases in total making the game more exciting providing challenge for the player.

Polished UI System

The game features a sleek and intuitive user interface that provides all the essential information you need without cluttering the screen. With level screens, cheat code systems, and combat UI.

Full Game Page