just-engine

0.0.6 • Public • Published

Just Engine

Game engine for building canvas games in browser

Just Engine logo

Contents

Examples

Prerequisites

Local run for development

Clone the project

  git clone git@github.com:DanilChugaev/just-engine.git my-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the development server

  npm run dev

Lint project

To lint code in project

 npm run lint

Run tests

To run unit tests

 npm run test

To run it in change tracking mode (--watch mode)

 npm run test-watch

Visualize bundle

To visualize and analyze your Rollup bundle

 npm run stats

License

Just Engine is licensed under The MIT License (MIT)
Copyright (c) 2022 Danil Chugaev

This license is also supplied with the release and source code.
As stated in the license, absolutely no warranty is provided.

Package Sidebar

Install

npm i just-engine

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

52 kB

Total Files

38

Last publish

Collaborators

  • danilchugaev