TriX93 / QDGE

Quick & Dirty Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👾 QDGE - Quick & Dirty game engine

License: MIT

[WIP] This is a draft [WIP] Mintenance in progress in order to run the project again after 3 yers! [WIP] Prod build might not work

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Author

License

This project is open source and available under the MIT License.

About

Quick & Dirty Game Engine

License:MIT License


Languages

Language:TypeScript 80.9%Language:JavaScript 15.4%Language:SCSS 2.2%Language:HTML 1.5%