muskananeja / project350

1 stars 1 forks source link

LookBack Maze

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

Features

  1. Install Required Libraries: Ensure you have Pygame and NumPy installed. You can install them by running: -- pip install pygame numpy

  2. Run the Game: Navigate to the project directory and execute the following command: -- python main.py

Controls

-- 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.

Authors