game engine i made
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