Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.54 KB

getting-started.md

File metadata and controls

37 lines (24 loc) · 1.54 KB

Getting Started

This page will help you install and build your first LBG using LeGaL.

Setup

  1. Install the Eclipse IDE or any any text editor of your choice
  2. Assuming that you have Eclipse installed, you can use NCL Eclipse Plug-in to make development easier
  3. Generate media and model files (check the files supported by LAGARTO here)

Importing LBG to LAGARTO tool

In this step, you will import the game and publish it. So the game will be available to players.

  1. Access LAGARTO tool
  2. Login and click in Import Game button in the Game List screen

  1. In Import Model screen, first, add location files (.gml)
  2. Then, add media files (.png, .mp3, etc)
  3. And then, add the model file (.ncl)
  4. In Game List screen, click on Edit button
  5. Publish the LBG

Running the LBG

  1. Download LAGARTO Scout APP from PlayStore, for now available only for Android
  2. Login in the APP

  1. Choose the game created in the list of Available Games
  2. Join an instance of the game or create a new one
  3. And start the game

That's it!