I’m thinking about writing some code in JavaScript which I can use in my games. It will be extremely simple just providing thinks like a game loop, rendering and user input. It won’t have an interface where you type in your code, or build maps. Can I call this code a game engine?
Share
You should probably call it a Game Framework, as it helps people get up an running. Maybe it’s missing a few things to be called an engine.