Metadata-Version: 2.1
Name: kartingpros
Version: 0.1.10
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: numpy (==1.18.4)
Requires-Dist: pygame (==1.9.6)

![Upload Python Package](https://github.com/kosta2456/Karting-Pros/workflows/Upload%20Python%20Package/badge.svg)
# Karting-Pros
## 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

## Dependencies
In order to run karting pros the user must install pygame using the following command

```
$ pip install pygame
$ pip install numpy
```
In order to run the game, the user must use the following command
```
$ python main.py
```

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


