0.0.6 • Published 2 years ago

just-engine v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Just Engine

Game engine for building canvas games in browser

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.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago