Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 682 Bytes

Spacewar!

A repository from which you can run my version of Spacewar!, of one of the first video games ever played, on a web browser.

This was created to make a case for early video games as an offshoot of interactive art/media, and was used as a final project submission for an art history class. It was written in Javascript with tons of in-line comments, in case the course staff needed to read through it.

The project is organized as follows:

  1. spacewar.html, the actual webpage to be loaded
  2. spacewar_styles.css, a file which specifies visual styles
  3. spacewar_code.js, a file which contains the code to run the game