ShashankaShekharSharma / Python-Gaming

This Python Gaming Programs repository represents a synergistic convergence of programming acumen, as orchestrated by the collaborative endeavors of Shashanka Shekhar Sharma, Chaitanya Singh Negi, and Aaryan Anand, culminating in the creation of a suite of captivating interesting games.
MIT License
5 stars 5 forks source link

Add files via upload #14

Closed AaryanAnand10 closed 9 months ago

AaryanAnand10 commented 9 months ago

This Python script utilizes the Pygame library to create a basic maze game. A random maze is generated, and the player, represented by a red rectangle, can navigate through it using arrow keys. The objective is to reach the green endpoint. The game window is displayed using Pygame, and the player's movement is constrained by the maze walls. The game loop handles user input, checks for the endpoint, and updates the display