Skip to content

Raymon-Lange/Maze

Repository files navigation

Maze

This is a simple maze game created using Python and Pygame.

Installation

Before running this game, you need to install Pygame. You can do this using pip, the Python package manager.

Installing pip

Python should come with pip pre-installed. You can verify this by running:

pip --version

If you see version information, then pip is already installed. If not, follow the steps below to install pip:

Download the get-pip.py https://bootstrap.pypa.io/get-pip.py

Open your terminal or command prompt and navigate to the folder where you downloaded the get-pip.py script.

Run the following command to install pip:

python get-pip.py

After installation, verify that pip was installed by running:

pip --version

Prerequisites

Make sure you have Python installed on your system. You can download Python from the official website.

Installing Pygame

  1. Open your terminal or command prompt.

  2. Run the following command to install Pygame using pip:

    pip install pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages