HTML Lesson 37: Space Game

  • 3 years ago
http://xoax.net/

Lesson Page:
https://www.xoax.net/html/crs/core/lessons/Lesson37/

HTML Reference Page:
https://xoax.net/html/ref/core/

In this HTML lesson, we demonstrate how to use HTML, CSS, and JavaScript together to program a space game. The CSS and JavaScript portions are embedded in the head at the top of the code file, while the HTML is in the body at the bottom. We make use of CSS for all of the game animations, and the events and interactivity are programmed in JavaScript. HTML is used to code the static elements of the game. This code ties together the material from previous lessons.

Copyright 2020 XoaX.net LLC