Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KSmith8888/Rough-Seas

A side-scrolling action game made in vanilla JavaScript
https://github.com/KSmith8888/Rough-Seas

browser-game game javascript side-scroller

Last synced: 3 months ago
JSON representation

A side-scrolling action game made in vanilla JavaScript

Awesome Lists containing this project

README

        

# Rough-Seas

https://ksmith8888.github.io/Rough-Seas/

A side-scrolling action game made with the Canvas API. The player control a battleship that represents Earth's last stand against an alien invasion. Utilizes Object Oriented Programming to create reusable enemies, obstacles and projectiles. Currently includes three levels of progressively increasing difficulty. After completing each level, the player selects an upgrade and can unlock new weapons. Progress data and user selection are saved in localStorage.

Made with JavaScript, HTML and CSS.