The Knights Code is a 2D platform game created by the student the Gdansk University of Technology. It was required for Computer Games Designing project classes.
First level is about collecting coins and keys. When you collect all of the key, you can open the door to finish the level. Second one is about collecting coins and staying alive as long as possible. Player's score is the combination of coins collected, enemies killed, time required (first level), and lives remained.
Player can move using left and right arrows, and space for jumping. Player can kill the enemies by jumping on top of them. However player might get killed by running into enemy in every different way than jumping on top of him.
Level 1 demo:
Level 2 demo:
Project was created with:
- Unity 2019.4.11f1
The list of tools required to build and run the project:
- Unity 2019.4.x+
You can build and run the project after opening it using Unity Engine.
Project is licensed under the MIT license.

