Metadata-Version: 2.1
Name: kartingpros
Version: 0.2.4
Summary: A 2D racing game
Home-page: https://github.com/kosta2456/Karting-Pros
Author: Vishvak Seenichamy, Kevin Kosta, Wesley Boyd, Carson Hamel
Author-email: vishvak@vishvak.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pygame (==1.9.6)
Requires-Dist: numpy (==1.18.4)

# Karting-Pros
![Python Upload](https://github.com/kosta2456/Karting-Pros/workflows/Upload%20Python%20Package/badge.svg)  [![PyPI version](https://badge.fury.io/py/kartingpros.svg)](https://badge.fury.io/py/kartingpros)
## About
Karting Pros is a 2-D top view racing game made on python using the pygames library. The current version includes a time trial mode to test your best lap times agains yourself, and a multiplayer mode that allows you to play against your friends on the same key board.
## Authors

- Kevin Kosta

- Vishvak Seenichamy

- Wesly Boyd

- Carson Hamel

## Developing
https://github.com/kosta2456/Karting-Pros/wiki/Developing-and-Running-the-Game

## Dependencies
In order to run karting pros the user should use the following commands

```
$ pip install kartingpros
```
In order to run the game, the user must use the following command
```
$ KartingPros
```

## Github Link to Repository
https://github.com/kosta2456/Karting-Pros/


