Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.22 KB

readme.adoc

File metadata and controls

44 lines (27 loc) · 1.22 KB

VSCode Browser (Web) as an IDE for Jason

What You Will Build

In this document, you will build a web environment to develop agent-based system with Jason language.

Requirements

  • A GitHub account

  • A browser (Chrome and Safari works fine)

Steps for GitPod

This IDE uses GitPod, so you will be asked to allow it to access your GitHub account.

  1. Open GitPod with the following link.

  2. Register (or login) and then create a new workspace with the recommended settings.

  3. Wait the initialization.

  4. Open the main.mas2j file and you will get the same result as in the picture below

vscweb1

Run the MAS with the command ./gradlew run in the terminal.

vscweb2

Steps for GitHub CodeSpace

  1. Go the Jason Template project

  2. Click on "use this template" and then "open in a codespace":

codespace1

Run the MAS with the command ./gradlew run in the terminal.

codespace2