Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.34 KB

README.md

File metadata and controls

50 lines (35 loc) · 2.34 KB

Playzone

License

Introduction

This project is developed with the purpose of covering basic concepts of game development using Pygame, Tkinter, and many more GUI module offered by Python language. This project consists of dashboard that offers four different games to play within one application. Pygame is a game development library in Python. It includes computer graphics and sound libraries designed for writing 2-D video games. Tkinter is the standard GUI library for Python. Tkinter provides various controls such as buttons, labels and text boxes used to make GUI application.

Games developed are:

  • HANGMAN
  • PONG GAME
  • TIC TAC TOE
  • ROCK PAPER SCISSORS

Demo

Project_video.mp4

Game Screenshots

image image image image image image image image image image

Features

  • Allows user to experience user friendly interface and play.
  • Multiple games offered in a single platform.

Technologies Used

  • Python
  • Pygame
  • Tkinter
  • Pillow

Feature Requests

If you have ideas for new features or improvements, feel free to open a feature request on my GitHub repository.

Acknowledgments

Special thanks to the contributors and open-source projects that provided inspiration, guidance, and tools for this project.