Skip to content

DanteZZ/oge-ts

Repository files navigation

OGE - open-source game framework

Open-source lite game framework inspired by GameMaker and Unity. Written in TypeScript.

Installing

With npm or yarn:

npm i oge-ts
yarn add oge-ts

With browser:

<script src="https://raw.githubusercontent.com/DanteZZ/oge-ts/main/dist/_browser/oge.min.js"></script>

Examples