/HtmEngine

A small series of projects for a basic 2D game engine in JavaScript.

Primary LanguageJavaScriptMIT LicenseMIT

HtmEngine

This was a small series of projects that I made in an attempt to make a basic 2D game engine in JavaScript. I had a lot of fun making these, and I would be more than happy to continue this concept later on.

Contents (Version 1)

  • Simple static collision
  • Gravity
  • Basic movement

Contents (Version 2)

  • Animation support
  • Class-like structure