Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cr2007/f28wp-lab2

Marked Lab 2 in Web Programming (F28WP) Course
https://github.com/cr2007/f28wp-lab2

css dom dom-api f28wp game html html-css-javascript javascript lab-2 web-programming web-programming-hw

Last synced: 21 days ago
JSON representation

Marked Lab 2 in Web Programming (F28WP) Course

Awesome Lists containing this project

README

        


F28WP Lab 2


## Course: Web Programming ([F28WP](https://www.hw.ac.uk/documents/pams/202122/F28WP_202122.pdf))

### [Link to the Website](https://cr2007.github.io/F28WP-Lab2/)


HTML
CSS
JavaScript

Git


Visual Studio Code

### 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