An open API service indexing awesome lists of open source software.

https://github.com/icyjoseph/tennisgame

Simple tennis game using OOP paradigm.
https://github.com/icyjoseph/tennisgame

oop python tennis

Last synced: over 1 year ago
JSON representation

Simple tennis game using OOP paradigm.

Awesome Lists containing this project

README

          

# TennisGame

OOP using python. The TennisGame class allows you create two player objects and a set object to run a tennis game.
This implementation doesn't implemente a full tennis match.