https://github.com/shadmehrbakhtiary/gui-dfs
https://github.com/shadmehrbakhtiary/gui-dfs
ai dfs game gui online-dfs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadmehrbakhtiary/gui-dfs
- Owner: ShadmehrBakhtiary
- Created: 2024-02-02T19:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:06:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T13:29:44.108Z (over 1 year ago)
- Topics: ai, dfs, game, gui, online-dfs
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Description
This project involves the development of a graphical user interface (GUI) game using Tkinter in Python. The game will incorporate an online Depth-First Search (DFS) algorithm to navigate a maze-like environment, finding a path from a designated starting house to a goal house. By combining interactive gameplay with algorithmic pathfinding, the project aims to provide an engaging and educational experience for users.
## Game Features
The GUI game will feature a visually appealing interface where users can control a character or object within a maze. The objective of the game will be to guide the character from a predefined starting house to a goal house, overcoming obstacles and challenges along the way. Users will interact with the game environment through intuitive controls provided by the Tkinter GUI framework.
## Algorithm Integration
The project will integrate an online DFS algorithm to autonomously find a path from the starting house to the goal house within the game environment.
## Game interface
