Welcome to the LookBack MazeGame! This repository contains the first version of a fun and interactive maze game featuring procedural maze generation, player controls, and a unique command-line interface (CLI) mechanic. This Project is a part of a Course "Software Design Practical" Offered at KREA University
Install Required Libraries: Ensure you have Pygame and NumPy installed. You can install them by running: -- pip install pygame numpy
Run the Game: Navigate to the project directory and execute the following command: -- python main.py
Use the Arrow Keys to navigate your player through the maze.
Reach the CLI Tower to enter command mode and use the following commands:
-- teleport x y: Teleport the player to coordinates (x, y).
-- exit: Exit the CLI mode and return to the game.
-- quit: Exit the game entirely.
-- answer: Show the solution to the maze for 5 seconds.