PYGAME

Hangman Game for Beginners in Python | How to develop HANGMAN in Python

Hangman Game using Python Pygame Hangman game is a word game developed using pygame library, in which computer will select a word randomly from the dictionary and in a given number of turns the player has to guess correctly. The word to be guessed is represented by row of stars. User can define the max […]

Hangman Game for Beginners in Python | How to develop HANGMAN in Python Read More »

Gesture Control Virtual Steering using OpenCV Python | Hand Gesture Recognition using OpenCV Python

Hand Gesture Game Control using Python | Hand Gesture Car Racing Game in Python Game Controller from Hand Gesture using OpenCV Python, This project is combination of two python libraries PyGame and OpenCV. Using hand gesture you can control games and hand gesture capture by webcam. This project is a good way to gain knowledge

Gesture Control Virtual Steering using OpenCV Python | Hand Gesture Recognition using OpenCV Python Read More »

Chess Game in Python with Source Code | Python Games for Beginners

Build Chess Game in Python In this blog, We will show the output of chess game developed using python programming language and artificial intelligence is used. User Interface written in tkinter python library. To create this game we used pygame library which is used for gaming projects. If you have to run this project  in

Chess Game in Python with Source Code | Python Games for Beginners Read More »