Skip to content

The classic Pong game written in Python, integrated with a GUI made in Tkinter and Database with SQLite

License

Notifications You must be signed in to change notification settings

amogh-w/PongGamePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PongGamePython

The classic Pong game written in Python, integrated with a GUI made in Tkinter and Database with SQLite

main_screen

Modules:

  • turtle module - Turtle graphics for Tk
  • tkinter module - A robust and platform independent windowing toolkit
  • sqlite3 module - A C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard variant of the SQL query language
  • Pong Game in Python Guide - A Pong clone game tutorial for beginners using Python 3

Screenshots:

  1. Ingame: Player Catto against Player Doggo

ingame_screen

  1. Scores Database: A sample scores.db file

database_screen

Other Details

This mini-project was created as a part of our Python Lab with my two friends Suraj Chodankar and Aditya Suvarna. A big thanks to our Python lecturer, Prof. Anuja Gote.

About

The classic Pong game written in Python, integrated with a GUI made in Tkinter and Database with SQLite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages