Skip to content

ambilimurali/Fun-games

Repository files navigation

Fun-games

A fun Python games I created while learning

Python Mini Games Collection

This repository contains a collection of simple classic games implemented in Python using the Pygame library. It also includes a GUI launcher built with Tkinter for easy access to each game. All these things i have created when learning Python

Included Games

  • Snake — The classic snake game where you control a growing snake to eat fruits without hitting the walls or itself.
  • Pong — A simple two-player Pong game.
  • Brick Breaker — Break all the bricks by bouncing a ball with a paddle.
  • Catch Game — Catch falling blocks to score points.
  • Guess The Number - Guess a number from 1 to 10. and system will respond if you are close or not
  • Tic Toc Toe - Tic Tac Toe game where you play against the computer that makes random moves.
  • flipping Game
  • Hagman Game- It uses buttons for letter guesses and shows the current word and remaining lives.

Features

  • Easy-to-use GUI launcher to select and play any game.
  • Each game runs in its own window.
  • Disabled buttons in the launcher if game files are missing.

Requirements

  • Python 3.x
  • pygame library
  • Tkinter (usually included with standard Python installations)
  • random
  • turtle

Installation

  1. Clone or download this repository.

  2. Install pygame if you haven't already:

    pip install pygame
    pip install random
    pip install tkinter
    pip install turtle

About

A fun Python games I created while learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages