Skip to content

runningtech/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGenerator

Maze generator for console and SDL written in C++ using depth-first search

maze

Quick start

CONSOLE_ASCII_Windows:

Build:

> g++ main.cpp

Run:

> a.exe

SDL2_Maze:

If you want to compile through console / terminal on Windows:

> build > main

If you're using Visual Studio:

Build and Run:

  • In Project->Properties->Configuration Properties->VC++ Directories | Add to: Include Directories -> dependencies/include, Library Directories -> dependencies/lib
  • In Project->Properties->Linker->Input->Additional Dependencies | Add: SDL2.lib and SDL2main.lib
  • After you build your solution / project, add SDL2.dll to the folder containing your Solution

About

SDL2 and console (ASCII) maze generator in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages