Skip to content

blxssvdd/Games-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Games in Python

A collection of classic arcade and puzzle games implemented in Python.

Games Included

This repository contains the following games:

🐍 Snake

A classic implementation of the Snake game where the player controls a line which grows in length, with the line itself being a primary obstacle.

  • Framework: Pygame
  • To Play: Run python Snake/snake.py

💣 Minesweeper

A modern take on the classic single-player puzzle game. The objective is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them.

  • Framework: Tkinter
  • To Play: Run python Minesweeper/mines.py

🧱 Tetris

The iconic tile-matching puzzle game. Players complete lines by moving differently shaped pieces (tetrominoes) as they descend on the playing field.

  • Framework: Pygame
  • To Play: Run python Thetris/thetris.py

How to Run

  1. Clone the repository:

    git clone <repository-url>
    cd games
  2. Install dependencies: The games use pygame, which can be installed via pip. Tkinter is usually included with standard Python installations.

    pip install pygame
  3. Run a game: Navigate to the game's directory and run the corresponding Python script. For example, to play Snake:

    python Snake/snake.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages