game engine part 1

9/22/2020 #archive

im doing a thing for a thing :))

game engine i made
(For archive sake, there was no alt text.) A screenshot of a 2D game. A stick figure on a skateboard is in some sort of facility.
there's the screenshot of the game engine.
a bit technical, i guess so strap in for things like that. i'll try my best to explain. i'll expect you to know what html and javascript does, though.

made in html canvas

the canvas element is more efficent than html elements when it comes to using a lot of objects. if i made this using html elements, i doubt this would work as good as it does (even if it does work).
the trade off is that its a bit more advanced. there's