Skip to content

A multi-agent JADE application simulating a "treasure hunt" game (a.k.a. hot and cold)

Notifications You must be signed in to change notification settings

Syncrossus/JadeTreasureHunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JadeTreasureHunt

A multi-agent JADE application simulating a treasure hunt.

This application runs two agents in a JADE environment. One is a "game master" that hides a treasure on a grid. The second is a "player" that tries to find said treasure. At each turn, the Player agent moves an avatar by one square on the grid, and the game master tells the player whether it is getting warmer or colder (closer or further away from the treasure).

This is a toy application that models simple asymmetrical 2-agent communication. The structure is based on Aymen Sassi's Hidden Number application in which one agent tries to guess the number chosen by the other agent. It reuses his AgentLogger class as well as his Launcher class (with minimal changes).

About

A multi-agent JADE application simulating a "treasure hunt" game (a.k.a. hot and cold)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages