Archive
This post is archived and may contain outdated information. It has been set to 'noindex' and should stop showing up in search results.
Side-Scrolling Platformer JavaScript Canvas Game
Feb 16, 2014PC GamingComments (3)
My second game built in JavaScript Canvas (HTML5). It's a side-scroller with building elements and destructible terrain. Like a super-simple Terraria. It features:

  • Randomly generated level with underground caves and lakes
  • Fully-destructible terrain
  • Flowing water
  • Dynamic and local lighting
  • Day/night cycle with night-spawning enemies
  • Buildable terrain blocks, including platforms
  • Different weapons, including explosive weapons that destroy terrain

You can play it below, or open it in a new window by clicking here (can prevent some text highlighting issues and issues with the mouse scroll). It requires a modern browser to play and generally runs the fastest in Chrome.

Comments (3)
Add a Comment
Hex   Oct 31, 2019
Is this available on Github? I would like to expand upon this.
Trix   Jan 31, 2019
I would love to ask you about how you created your random level generator function.
Geoffrey Hale   Jun 20, 2018
I absolutely love this! Great work!