mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
This project simulates a robot moving butter on a table to a customer as quickly as possible. You provide a text file describing the table layout, including the robot's starting spot, butter's location, and where to deliver it. The output is an animated visualization of the robot's shortest path. This is ideal for students or researchers studying pathfinding algorithms.
No commits in the last 6 months.
Use this if you are exploring or comparing the efficiency of different AI search algorithms like A*, Bidirectional BFS, and Iterative Deepening Search in a practical, visual way.
Not ideal if you need a solution for a real-world, complex robotics problem or a tool for large-scale logistics and warehouse automation.
Stars
9
Forks
3
Language
Python
License
MIT
Last pushed
Oct 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/mahdirezaie336/GimmeButter"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
StevenLyt/mapf-visualizer
A Multi-Agent Path Finding visualization website.
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
Zhuagenborn/Chase-AI
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get...
Adamouization/AI-Search-Flight-Route-Planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).
nitkannen/Multi-Agent-Path-Planning-MAPD-
A novel offline Multi-Agent Path Planning approach using MLA* and IDA* with Floyd Warshall based...