[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.
Sir William is equipped with slash, block and parrying.
When grabbing an alcohol, Sir William is set to a Drunk State, increasing his movement and enabling dashing while also reversing the controls.
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.
The boss fight although simple, has 2 phases in total making the game more exciting providing challenge for the player.
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.