This project was made in CIS 414. It is a 2D vertical tower climbing platformer game. The purpose of the project it to implement various object oriented patterns into either a video game or a website. The video and images below are showcasing the Command Pattern which does allow actions to be represented as objects.
The pattern is used to take the player's actions and translates it to the shadow enemy which will copy those movements on a second or two delay.
Comments
Post a Comment