Skip to content

This repository is a collection of Pygame projects that showcase a variety of games and simulations. Each folder contains the game code and a README file with detailed instructions. The projects include Bouncing Balls, Brick Breaker, Dot Chase, Maths Quiz Game, Maze, Random Walk Simulation, Reaction Time Tester, and Snake Game. 👾👾👾

License

Notifications You must be signed in to change notification settings

sanjanatg/simple-py-games

Repository files navigation

How to Install Python and Pygame

Installing Python:

Download Python:

Visit the official Python website.

Download the latest version of Python for your operating system.

Install Python:

Run the installer and follow the on-screen instructions.

Make sure to check the box that says "Add Python to PATH" during the installation process.

Verify Installation:

Open a terminal or command prompt.

Type python --version and press Enter. You should see the installed Python version.

Installing Pygame:

Open a terminal or command prompt.

Install Pygame using pip:

  pip install pygame

Verify Installation:

Type python -m pygame.examples.aliens and press Enter. You should see a Pygame example window if the installation was successful.

Game Projects

Here’s a list of the games you’ve created. Each folder contains the code and a README file. Check them out!

Bouncing Balls

Description: A simulation of bouncing balls that move, collide, and change colors.

Folder: bouncing_balls

Brick Breaker

Description: A classic arcade game where the player controls a paddle to bounce a ball and break bricks.

Folder: brick_breaker

Dot Chase

Description: An arcade-style game where the player must survive by avoiding moving enemies.

Folder: dot_chase

Maths Quiz Game

Description: An educational game where players solve random math problems to earn points.

Folder: maths_quiz_game

Maze

Description: A game where the player must navigate through randomly generated mazes.

Folder: maze

Random Walk Simulation

Description: A random walk simulation that creates colorful patterns.

Folder: random_walk_simulation

Reaction Time Tester

Description: A game to test your reaction time by displaying a random color and measuring your response.

Folder: reaction_time_tester

Snake Game

Description: A classic Snake Game where the player controls a snake to eat food and grow longer.

Folder: snake_game

Feel free to explore each folder for the game code and detailed instructions provided in the README file

HAPPY CODING 👾👾👾

About

This repository is a collection of Pygame projects that showcase a variety of games and simulations. Each folder contains the game code and a README file with detailed instructions. The projects include Bouncing Balls, Brick Breaker, Dot Chase, Maths Quiz Game, Maze, Random Walk Simulation, Reaction Time Tester, and Snake Game. 👾👾👾

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages