Skip to content

r33m-m1kul5k1/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGenerator

A maze generator using assembly x86, (real mode)

How to run the Program

  1. Download the project by running the clone git command git clone https://github.com/programmer1024r/Maze_Generator
  2. Download the emulator DosBox
  3. Open Dosbox and run these lines of code
    mount c: c:\
    c:
    cd <Full Porject's folder path>
    cycles = max

This step should look like that

alt text

  1. lastly write run , maze and then TAB (the TAB should auto complete the name of the full file) and then press enter. DONE!

How to use the Program

  1. The Welcome Screen Should look like this

    alt text

Now you have Two options by Pressing g you can change the Generator graphics or you can press r to run the generator

  1. If you pressed g the you will see

    alt text

You can Choose 1 / 2 / 3 for different results

  1. If you pressed r you will see the running screen

    alt text

Here you can run * c - create the maze * r - run the maze * s - to solve the maze * Secret operation - gives you the option to choose where the maze start and end.

Contanct Me If something went wrong :)

About

A maze generator using assembly x86, (real mode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published