Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/KSmith8888/Rough-Seas
- Owner: KSmith8888
- Created: 2022-10-24T01:19:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T00:10:11.000Z (over 1 year ago)
- Last Synced: 2023-04-26T01:26:11.128Z (over 1 year ago)
- Topics: browser-game, game, javascript, side-scroller
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.