/space-battle

final project from intro to javascript games course

Primary LanguageJavaScript

Space Battle!

The final project CodeAbode's 'Intro to Javascript Games' course

This website and game was the demo Capstone Project for the first CodeAbode bootcamp. As part of the project, students were tasked with designing a simple website containing information about their game, as well as a short biography. Students also created a simple side-scrolling game based on this example project, with freedom to create assets based on their interests.

  • HTML5 Canvas - a new HTML5 element for easily scripting graphics and animation
  • Inkscape - open source graphics program used to create assets

Directory Structure

├── css/
├── img/
  └── hero/
├── js/
├── about.html
├── index.html
├── story.html
└── README.md