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.
- Host: GitHub
- URL: https://github.com/icyjoseph/tennisgame
- Owner: icyJoseph
- Created: 2017-05-23T15:54:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T15:58:04.000Z (about 9 years ago)
- Last Synced: 2025-01-21T19:41:17.342Z (over 1 year ago)
- Topics: oop, python, tennis
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.