Skip to content

Commit

Permalink
added link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Curry committed Jan 23, 2024
1 parent 5732529 commit 7f83e20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pong.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This codebase was originally posted alongside this YouTube video:
# https://www.youtube.com/watch?v=5NkTzvMchMw


import pygame, sys, random

def reset_ball():
Expand Down Expand Up @@ -124,4 +128,4 @@ def animate_cpu():

#Update the display
pygame.display.update()
clock.tick(60)
clock.tick(60)

0 comments on commit 7f83e20

Please sign in to comment.