/aurora-game-engine

Aurora Game Engine is an open source game engine in the format of a component library for creating one-dimensional and two-dimensional games in Javascript.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Aurora Game Engine

Game engine for creating 1D and 2D games in JavaScript.

Based on game engines from these games and using them for implementation and testing:

Stack:

Commands:

  • npm run start — run with watcher
  • npm run dev — run dev server
  • npm run build — build in production mode,
  • npm run build:dev — build in development mode,
  • npm run lint — run lint check,
  • npm run lint:fix — run lint fix,
  • npm run format — run prettier check,
  • npm run format:fix — run prettier fix,
  • npm run test — run tests