GAMA Platform
GAMA is the simulation platform that runs the Virtual Universes. This guide covers installation and configuration for use with SIMPLE.

Requirements
- Version: GAMA 2025.06 or later (with JDK)
- Download: GitHub Releases
Installation
- Download the GAMA installer for your operating system
- Follow the official installation guide
- Launch GAMA to verify installation
Configure Network Settings (Optional)
The web platform communicates with GAMA via WebSocket on port 1000 by default.
- Open GAMA
- Go to Support → Preferences → Network → Server Mode
- You can change the port if needed (default:
1000)
note
GAMA wildcard the server's address by default. So the server port is always accessible on the machine IP address.
info
Ensure these settings match your web platform's .env file:
GAMA_IP_ADDRESS(default:localhost)- It has to be changed if GAMA doesn't run on the same machine as the web platform
GAMA_WS_PORT(default:1000)
Install SIMPLE Plugin
The SIMPLE plugin adds VR capabilities to GAMA.
Follow the instructions in the SIMPLE GAMA Plugin Repository.
Verify Connection
- Start the web platform
- Ensure GAMA is running
- The web platform should connect to GAMA automatically
If connection fails, check:
- GAMA is running and not showing errors
- Firewall allows connection on port 1000
GAMA_IP_ADDRESSin.envmatches GAMA settings
Troubleshooting
- Can't connect? Verify GAMA is fully started before launching the web platform
- Port in use? Change the port in GAMA preferences and update
.env