ShcherbaDev / RPGinia

Javascript 2D game engine

Home Page:https://shcherbadev.github.io/rpginia/docs/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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):

cd engine
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.

About

Javascript 2D game engine

https://shcherbadev.github.io/rpginia/docs/api/

License:MIT License


Languages

Language:JavaScript 57.2%Language:Vue 35.4%Language:CSS 4.6%Language:HTML 2.7%