Course: Web Programming (F28WP)
The lab involved developing a simple (single player) game without any server interaction.
The game involves two characters competing on the game board, where one character moves randomly, and the other one is controlled by the user through keyboard keys
This lab concentrated on the client-side programming using HTML, CSS, and JavaScript along with Objects, Arrays, and the DOM API