Skip to content

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

License

Notifications You must be signed in to change notification settings

AbnerSquared/HtmEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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