Skip to content

A simple pong game tutorial to introduce python to beginner programmers.

License

Notifications You must be signed in to change notification settings

HackNCState/PongGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PongGame

A simple pong game tutorial to introduce Python to beginner programmers. This tutorial is adapted from the Python Learning series on freeCodeCamp.org. The intro to the python syntactical section was adapted from w3schools.com. It is a brilliant resource for further reading in Python and a myriad of other programming languages and concepts.

Install Python

PackHacks Hacker Guide: How to install Python

Install a Text Editor

Although any text editor will technically work, I'd recommend one that has some tools to help us write python.

  • Visual Studio Code is an open-source code editor created by Microsoft. It's the editor I use throughout the tutorial.
  • Atom is a free and open-source text editor developed by GitHub. You can install a package like atom-beaufity to help format your code.

Game View

Game Screenshot

Topics covered in the Intro to Python section

  • Print statements
  • Variables and data types
  • Booleans and Operators
  • Conditionals
  • Lists
  • If - Else
  • Loops
  • Functions

Topics Covered in the game

  • Using the Turtle library for simple graphics development
  • Using loops and functions
  • String formatting methods
  • Conditional Statements
  • Global variables
  • Programming best practices

Dependencies

  1. Python 3.x

Contact

Sagnik B

Email

  1. [email protected]
  2. [email protected]

Socials

  1. LinkedIn
  2. Personal Github
  3. Twitter
  4. Instagram

About

A simple pong game tutorial to introduce python to beginner programmers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages