Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.27 KB

Game console (Žaidimų konsolė)

This is JavaScript learning project (BIT Friday assignment 17-02-23)

HTML, CSS, JS

🌐 Site published at: https://codevivi.github.io/game-console/

alt app screenshot

🚀 Goals/Features:

  • TV and joystick visible on screen (.png files provided)
  • Top white joystick button turns on TV. TV shows hello message. Same button switches off TV with goodbye message.
  • Y yellow button turns on tv program.Put this code: <iframe width="100%" height="315" src="https://www.youtube.com/embed/y-28CssnqEE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> inside tv frame.
  • B red button takes user back to hello screen;
  • X blue button shows possible to buy games list. Every game is listed with picture, name and price. Games must be stored in array.
  • A green button switches on google.com page. (hint?: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)