/classic-pong

A simple pong game coded in python. It is a practice project based on a tutorial made by Christian Thompson. I changed some structures and made some modifications using modules and functions.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Project logo

Classic Pong

python Netlify Status

Status GitHub issues GitHub pull requests GitHub license Travis (.org) Open Source vscode


This is a simple python-encoded pong game.

📝 Table of Contents

🧐 About

This is a simple python-encoded pong game. It is a practical project based on a tutorial by Christian Thompson. I changed some structures and made some modifications using modules and functions.

Perhaps this project will be improved over time

🏁 Getting Started

You need to have installed python 3 for this project. After that, install turtle module

Prerequisites

What things you need to install the software and how to install them:

  • Python 3.9.2
  • pip 21.1.2
  • Turtle 0.0.1

Installing

  1. Get python 3 from https://www.python.org/downloads/

  2. After that, make sure that the pip is already in the current version and update if you need :

    pip --version
    
    python -m pip install --upgrade pip
    
  3. Installing dependencies :

    pip install -r requirements.txt
    

✍️ Authors