Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Marked Lab 2 in Web Programming (F28WP) Course

cr2007/F28WP-Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F28WP Lab 2

Course: Web Programming (F28WP)

Lab 2: JavaScript with DOM API

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