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.
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
To start, in the engine
directory, enter the command npm start
. After successful launch, you will see the following:
Your local server has been started. To view the content, enter in the browser the address from the field Local
RPGinia is a winner of a fifth season of the All-Ukrainian contenst "iTalent" in the younger age category in "Soft&Mobile" nomination.
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.