GraphGame is a project crafted using Unreal Engine 4 that serves as an interactive platform for graph theory visualization and algorithm simulation. It enables users to construct and modify graph structures and to observe the step-by-step execution of key graph algorithms, providing an immersive learning experience in computational theory.
- BFS
- DFS
- Dijkstra
- Kruskal
- Prim
- Add a way to delete and move nodes
- Add a button to save the graph only when needed
- Improve UI
- Add Command Tutorial box


