eugene-serb / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 serve — 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

About

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.

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.4%Language:CSS 22.7%Language:HTML 13.0%