Developing and Running Karting Pros - Vishvak365/Karting-Pros GitHub Wiki

Developing

Modify the files in /kartingpros as you would usually

  • NOTE : Follow the conventions for loading images and fonts by import kartingpros.loadimage and then using the functions built in (_load_image(path) or _load_font(path,font_size). The path would be, for example, './images/bricks.png'

Testing

Run pip install -e . in the root of the project (wherever setup.py is) and then run KartingPros to run the game.