Skip to content

Simple network pong game. Consists of client and multithreaded server.

License

Notifications You must be signed in to change notification settings

adapiekarska/network-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Pong Game

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.

Documentation

See read the docs page for full documentation.

Getting started

The project consists of two packages. Either you can install one, or both of them. To install, you will need to have Python.

Usage

Tests

Test files are in the test directory.

Continuous integration

The project is continuously built with every commit on the Travis CI. For current build results, see https://travis-ci.com/adapiekarska/network-pong/

Built With

  • PyGame - Graphical Library used
  • TravisCI - Continuous Integration tool
  • Sphinx - Documentation generation

Authors

Ada Piekarska (https://github.com/adapiekarska)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages