Skip to content

tanmay1501/Pygame-Mini-Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGames - Python Games with Pygame Library

Welcome to the PyGames repository! This collection features a variety of games created using the Python Pygame library. Whether you're a Python enthusiast, a gamer, or just looking for some fun projects, these games provide an entertaining way to explore game development with Python.

List of Games

  1. Snakes: Classic Snake game where you control a snake to eat food and grow longer without hitting the walls or yourself.

  2. Sudoku: Challenge your logical thinking with a game of Sudoku. Test your skills with different difficulty levels and solve puzzles.

  3. Space Invader: Blast through space and defend your spaceship against waves of invading aliens. An iconic game reimagined with Python and Pygame.

  4. Tic-Tac-Toe: The timeless Tic-Tac-Toe game, now implemented in Python. Play against a friend or challenge the computer.

Getting Started

To try out these games, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/pygames.git
  2. Navigate to Game Directory: Move to the directory of the specific game you want to play.

  3. Run the Python Script: Execute the Python script for the chosen game. For example:

python snake_game.py
  1. Enjoy the Game: Play the game and have fun! Follow on-screen instructions or controls mentioned in the game.

Requirements

Make sure you have Python and Pygame installed. You can install Pygame using the following:

pip install pygame

About

games made by using pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published