Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 364 Bytes

File metadata and controls

11 lines (9 loc) · 364 Bytes

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