Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cr2007/f28wp-lab2
- Owner: cr2007
- Created: 2021-11-02T05:36:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T05:27:24.000Z (over 3 years ago)
- Last Synced: 2024-11-20T21:44:44.021Z (3 months ago)
- Topics: css, dom, dom-api, f28wp, game, html, html-css-javascript, javascript, lab-2, web-programming, web-programming-hw
- Language: JavaScript
- Homepage: https://cr2007.github.io/F28WP-Lab2/
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
### 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 keysThis lab concentrated on the client-side programming using HTML, CSS, and JavaScript along with Objects, Arrays, and the DOM API