This website requires JavaScript.
Explore
Help
Sign In
ndyer
/
PynPong
Watch
1
Star
0
Fork
0
You've already forked PynPong
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A game of pong made in PyGame, designed to be used over a network connection.
11
Commits
4
Branches
0
Tags
627
KiB
Python
100%
5ce89d29ee
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
ndyer
5ce89d29ee
created game screen, added paddle class and two paddles
2022-12-20 10:29:19 -05:00
pypong
created game screen, added paddle class and two paddles
2022-12-20 10:29:19 -05:00
.gitignore
Initial commit
2022-12-20 08:56:44 -05:00
LICENSE
Initial commit
2022-12-20 08:56:44 -05:00
MANIFEST.in
added MANIFEST.in
2022-12-20 09:14:30 -05:00
README.md
updated README.md to include license tag
2022-12-20 09:10:04 -05:00
requirements.txt
changed requirements.txt to ensure pygame is running a compatible version
2022-12-20 09:13:18 -05:00
setup.py
added setup.py
2022-12-20 09:12:49 -05:00
README.md
PyPong
A game of pong made in PyGame, designed to be used over a network connection.