{"id":27433175,"url":"https://github.com/freshmag/agentseek","last_synced_at":"2025-04-14T17:14:34.908Z","repository":{"id":257904353,"uuid":"872531620","full_name":"FreshMag/AgentSeek","owner":"FreshMag","description":"Project for Intelligent Systems Engineering course a.y. 2023-2024","archived":false,"fork":false,"pushed_at":"2024-12-02T10:39:01.000Z","size":11892,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T17:14:22.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreshMag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T15:42:20.000Z","updated_at":"2024-12-02T10:37:34.000Z","dependencies_parsed_at":"2024-10-26T11:27:06.027Z","dependency_job_id":"ce7d4500-ce88-4e00-afb5-75ae99e7dfc5","html_url":"https://github.com/FreshMag/AgentSeek","commit_stats":null,"previous_names":["freshmag/agentseek"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshMag%2FAgentSeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshMag%2FAgentSeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshMag%2FAgentSeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshMag%2FAgentSeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreshMag","download_url":"https://codeload.github.com/FreshMag/AgentSeek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923758,"owners_count":21183953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-14T17:14:34.282Z","updated_at":"2025-04-14T17:14:34.892Z","avatar_url":"https://github.com/FreshMag.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=60% src=\"resources/img/logo.png\"\u003e\u003c/p\u003e\n\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n[![Language][kotlin-shield]][kotlin-url]\n[![Language][jason-shield]][jason-url]\n[![MIT License][license-shield]][license-url]\n[![Conventional Commits][conventional-commits-shield]][conventional-commits-url]\n\n## Overview\n\nProject for Intelligent Systems Engineering course a.y. 2023-2024.\n\n*Agent Seek* is a simple game where the player moves in a 2D environment, seeking the exit that\nleads to the next level. The player needs to avoid the agents that are trying to catch him.\n\n\u003cimg width=30% src=\"resources/gifs/basic_structure.gif\"\u003e\n\nThe game features three types of agents, each with distinct behaviors:\n1. **Camera Agent** (_Gray_)\n   - Stationary but rotates to detect the player in its field of view.\n   - Alerts all other agents if it spots the player.\n2. **Hearing Agent** (_Red_)\n   - Moves through the environment, guided solely by sound.\n   - Chases noise sources created by the player.\n3. **Guard Agent** (_Blue_)\n   - Actively patrols and can see and hear the player.\n   - Upon detecting the player, it:\n     - Starts chasing immediately.\n     - Alerts nearby guards to protect the exit.\n     - Responds to alerts from the Camera Agent.\n\n\u003cimg width=30% src=\"resources/gifs/player_spotted.gif\"\u003e\n\n### Player Controls:\n- _Movement_: Use W, A, S, D to move.\n- _Sneak_: Hold SHIFT to move slower and more silently.\n- _Distraction_: Click near your position (within a short range) to create noise and lure agents away from your path.\n\n\u003cimg width=30% src=\"resources/gifs/generating_noise.gif\"\u003e\n\n## Installation\n\n### Prerequisites:\n\n- Ensure you have Java installed (version 17 or later recommended).\n\n### Steps to Run:\n\n1.\tDownload the latest release JAR file from the Releases page.\n2.  Open a terminal or command prompt and run the following command:\n\n```shell\njava -jar agentseek-\u003cVERSION\u003e.jar\n```\n\n## Credits\n\nThis project was developed as part of the Intelligent Systems Engineering course (Academic Year 2023–2024).\n\nFeel free to report any issues or suggest improvements via the Issues page.\n\n\u003c!--\n***\n    GITHUB SHIELDS VARIABLES\n***\n--\u003e\n\n[kotlin-shield]: https://img.shields.io/badge/Kotlin-7F52FF?style=flat\u0026logo=Kotlin\u0026logoColor=white\n\n[kotlin-url]: https://kotlinlang.org/\n\n[jason-shield]: https://img.shields.io/badge/Jason-AFAFAF\n\n[jason-url]: https://jason-lang.github.io/\n\n[license-shield]: https://img.shields.io/github/license/FreshMag/AgentSeek.svg?style=flat\n\n[license-url]: https://github.com/FreshMag/AgentSeek/blob/master/LICENSE\n\n[conventional-commits-shield]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\n\n[conventional-commits-url]: https://conventionalcommits.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshmag%2Fagentseek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreshmag%2Fagentseek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshmag%2Fagentseek/lists"}