Skip to content

Applehand/py-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazes

A simple Python-based maze generation and solving game.

How to Run

  1. Clone the repository:
git clone https://github.com/Applehand/py-maze.git
cd py-maze
  1. Set up a virtual environment (optional but recommended):

    • Create a virtual environment:
    python -m venv venv
    
    • Activate the virtual environment:
      • On Windows:
      venv\Scripts\activate
      
      • On macOS/Linux:
      source venv/bin/activate
      
  2. Install dependencies:

pip install -r requirements.txt
  1. Run the game:
python main.py
  1. Deactivate the virtual environment when done (if used):
deactivate

About

A maze generation project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages