Skip to content

xvyaward/maze-solver-cuda

Repository files navigation

maze-solver-cuda

C++ based maze solver using Lee Algorithm, accelerated with Nvidia CUDA

Requirements

Input Maze image

You can get randomly generated input maze image from here : www.mazegenerator.net

input ex)

SampleInput

Usage

Windows

compile with Visual Studio (use .sln file)

VisualStudio

linux

compile cu file with below command

nvcc maze_solver_cuda_fast.cu



Results

322x322 pixels

1602x1602 pixels

3202x3202 pixels

[Input Maze Image]

[Output Solution]

About

C++ based maze solver, accelerated with Nvidia CUDA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages