ThorPy

A GUI library for pygame

Examples - The Phantom Racer

This is a racing game in which you try to win the intergalactic championship.

It was originally designed as an entry to the PyWeek23 challenge . The game includes a basic 3D engine written in pure python and that avoids the use of a z-buffer.).

The game is written using ThorPy (included in the game) and needs Pygame to run. It makes an heavy use of CPU for handling 3D scenes, and some configurations have been reported to crash...
Standalone version: ThePhantomRacer_standalone. Just run main.py
The git repository can be found at https://github.com/YannThorimbert/ThePhantomRacer.