Game engine for creating 1D and 2D games in JavaScript.
Based on game engines from these games and using them for implementation and testing:
npm run start
— run with watchernpm run dev
— run dev servernpm run build
— run build in production modenpm run build:dev
— run build in development modenpm run lint
— run lint checknpm run lint:fix
— run lint fixnpm run format
— run prettier checknpm run format:fix
— run prettier fixnpm run test
— run tests