{"id":15047949,"url":"https://github.com/joanstinson/steeringbehaviors","last_synced_at":"2025-04-10T01:10:56.986Z","repository":{"id":44158725,"uuid":"105281152","full_name":"JoanStinson/SteeringBehaviors","owner":"JoanStinson","description":"C++ SDL AI Steering Behaviors: Seek, Flee, Arrive, Pursue, Evade, Wander, Path Following, Collision Avoidance and Combining them.","archived":false,"fork":false,"pushed_at":"2022-09-16T17:27:13.000Z","size":270369,"stargazers_count":40,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T01:10:42.835Z","etag":null,"topics":["ai","artificial-intelligence","collision-avoidance","cplusplus-11","cpp","game","game-engine-2d","machine-learning","path-following","reinforcement-learning","sdl2","steering-behaviors"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoanStinson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-29T14:24:24.000Z","updated_at":"2025-04-08T11:13:00.000Z","dependencies_parsed_at":"2022-09-23T09:38:53.753Z","dependency_job_id":null,"html_url":"https://github.com/JoanStinson/SteeringBehaviors","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanStinson%2FSteeringBehaviors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanStinson%2FSteeringBehaviors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanStinson%2FSteeringBehaviors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoanStinson%2FSteeringBehaviors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoanStinson","download_url":"https://codeload.github.com/JoanStinson/SteeringBehaviors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137886,"owners_count":21053775,"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":["ai","artificial-intelligence","collision-avoidance","cplusplus-11","cpp","game","game-engine-2d","machine-learning","path-following","reinforcement-learning","sdl2","steering-behaviors"],"created_at":"2024-09-24T21:06:12.267Z","updated_at":"2025-04-10T01:10:56.957Z","avatar_url":"https://github.com/JoanStinson.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steering Behaviors\n\nC++ artificial intelligence steering behaviors algorithm's implementation following the book \"Artificial Intelligence for Games\" by Ian Millington and John Funge.\n\n\u003cp align=\"center\"\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Made With SDL\" src=\"https://img.shields.io/badge/made%20with-SDL-57b9d3.svg?logo=CPlusPlus\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/JoanStinson/SteeringBehaviors?logo=github\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Commit\" src=\"https://img.shields.io/github/last-commit/JoanStinson/SteeringBehaviors?logo=Mapbox\u0026color=orange\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Repo Size\" src=\"https://img.shields.io/github/repo-size/JoanStinson/SteeringBehaviors?logo=VirtualBox\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Downloads\" src=\"https://img.shields.io/github/downloads/JoanStinson/SteeringBehaviors/total?color=brightgreen\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Release\" src=\"https://img.shields.io/github/v/release/JoanStinson/SteeringBehaviors?include_prereleases\u0026logo=Dropbox\u0026color=yellow\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nUse the mouse to target a destination and the following keys to open the following scenes:\n\n- ## Key 1: Seek\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/seek.gif)\n\n- ## Key 2: Flee\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/flee.gif)\n\n- ## Key 3: Arrive\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/arrive.gif)\n\n- ## Key 4: Pursue\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/pursue.gif)\n\n- ## Key 5: Evade\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/evade.gif)\n\n- ## Key 6: Wander\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/wander.gif)\n\n- ## Key 7: Path Following\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/pathfollowing.gif)\n\n- ## Key 8: Collision Avoidance\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/collisionavoidance.gif)\n\n- ## Key 9: Combining Steering Behaviors\n![](https://github.com/JoanStinson/SteeringBehaviors/blob/master/Steering%20Behaviors%20GIFs/combining.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanstinson%2Fsteeringbehaviors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoanstinson%2Fsteeringbehaviors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanstinson%2Fsteeringbehaviors/lists"}