This project is currently under developement. As for now, there is a working client-server infrastructure. The whole actual game functionality needs to be added.
Simple network pong game. Consists of two packages, client and server. Developed mainly for fun and practice. Currently still in the development stage.
See read the docs page for full documentation.
The project consists of two packages. Either you can install one, or both of them. To install, you will need to have Python.
Test files are in the test directory.
The project is continuously built with every commit on the Travis CI. For current build results, see https://travis-ci.com/adapiekarska/network-pong/
- PyGame - Graphical Library used
- TravisCI - Continuous Integration tool
- Sphinx - Documentation generation
Ada Piekarska (https://github.com/adapiekarska)
This project is licensed under the MIT License - see the LICENSE.md file for details