Metadata-Version: 2.1
Name: kartingpros
Version: 0.1.2
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
Description: # 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/
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
