Skip to content

A simple 2-player pong game with networked multiplayer

License

Notifications You must be signed in to change notification settings

araknast/NetBounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetBounce

A simple 2-player pong game with networked multiplayer

Requirements

  • twisted (server)
  • Python >= 3.8 (client)
  • tkinter (client)
  • At least one friend (client)

Setup

  • If you are actually running this game over a network, replace localhost in ./netbounce.py with the address of the computer the server is listening on.
  • Run ./server.py
  • Have the first player run ./netbounce.py
  • Have the second player run ./netbounce.py

Notes

This was supposed to be my final project for intro to programming, since it was a day late, I got zero credit.

About

A simple 2-player pong game with networked multiplayer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages