项目作者: ShcherbaDev

项目描述 :
Javascript 2D game engine
高级语言: JavaScript
项目地址: git://github.com/ShcherbaDev/RPGinia.git
创建时间: 2018-11-07T21:05:37Z
项目社区:https://github.com/ShcherbaDev/RPGinia

开源协议:MIT License

下载


RPGinia logo

RPGinia using for creating 2D games using Javascript. With his help you can create your own masterpiece of game industry. Well suited for indie developers as it’s easy to learn.

Installation

To install RPGinia, you need to clone repository via command git clone https://github.com/ShcherbaDev/RPGinia.git, or download and unpack the archive in a convenient place for you.

Then, you need to install the necessary packages for npm. To do this, open a command line in the repository folder and enter the following commands (in order):

  1. cd engine
  2. npm install

Start

To start, in the engine directory, enter the command npm start. After successful launch, you will see the following:

Successful local server start

Your local server has been started. To view the content, enter in the browser the address from the field Local

Achievements

RPGinia is a winner of a fifth season of the All-Ukrainian contenst “iTalent“ in the younger age category in “Soft&Mobile” nomination.

iTalent logo

Notes

Engine API documentation is located here.

Project editor is located here.

Change log is located here.

I am also developing a separate version for npm. CLI, local server, tests and other will be included. Who is interested in this you can watch this repository. Engine publications on npm page won’t be released before it’s release.