Skip to content

BSAkash/PyGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation


PyGames

Games developed using OpenCV and Pygame Library.

Table of Contents

About The Project

The Games are developed using OpenCV and Pygame Library. There is proper flow of code files in the Introduction folder to understand the implementation of each code snippet used in the main game.

Getting Started

To get a local copy up and running follow these simple steps.

Dependencies

This following list of dependencies are present/used in the project

  • cvzone
  • mediapipe
  • opencv
  • pygame

Installation

  1. Clone the PyGames
git clone https://github.com/BSAkash/PyGames.git
cd PyGames
  1. Install the packages with pip (if not installed)
pip install cvzone
pip install mediapipe
pip install opencv-python
pip install pygame
  1. Run the program
python BalloonPop.py

Project Layout

Root directory
├── Resources # files containing all resources
├──  1.Introduction # files with design of the games and introductory files 
|    ├── 1.PygameTemplate.py
│    ├── ...
│    └── BalloonPop.py
├── LICENSE
└── README.md # spreadsheet with diseases and symptoms

License

Distributed under the MIT License. See LICENSE for more information.

Project Contributor

Project Link: https://github.com/BSAkash/PyGames

About

Games based on OpenCV and Pygame Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages