Project-Rekt / engine

Game Engine - Currently on version MASON
https://project-rekt.github.io/engine/index.html
Apache License 2.0
1 stars 3 forks source link
canvas game-engine js nodejs

engine

Game Engine - Currently on version MASON

Installation

npm i Project-Rekt/engine#dist

Generating a new dist

npm run publish

Getting Started

Setup

  1. Clone this repo:

    git clone git@github.com:Project-Rekt/engine.git
  2. Install dependencies within the project directory:

    npm install

To run

Run the webpack dev server:

npm run dev

To build

Run the webpack build script

npm run build

Looking to Contribute?

Check out the contributors guide here

engine

Game Engine - Currently on version MASON

Installation

npm i Project-Rekt/engine#dist

Generating a new dist

npm run publish

Getting Started

Setup

  1. Clone this repo:
    git clone git@github.com:Project-Rekt/engine.git

If you are not setup with ssh keys use https

git clone https://github.com/Project-Rekt/engine.git
  1. Install dependencies within the project directory:
    npm install

To run

Run the webpack dev server:

npm run dev

To build

Run the webpack build script

npm run build

Looking to Contribute?

Check out the contributors guide here