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.
-
Open GitPod with the following link.
-
Register (or login) and then create a new workspace with the recommended settings.
-
Wait the initialization.
-
Open the
main.mas2jfile and you will get the same result as in the picture below

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

Steps for GitHub CodeSpace
-
Go the Jason Template project
-
Click on "use this template" and then "open in a codespace":

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