ThorPy

A GUI library for pygame

Examples

Basic examples

Below are summarized some examples that can serve as templates for implementing ThorPy functionalities. You can also find many tutorials that may fit your needs. Finally, the documentation contains more technical informations about the objects provided by the library.

Full application examples

Larger scale applications involving ThorPy.

  • The Torus - an exploration/survival game in which you sail and walk a procedurally generated world.
  • The Phantom Racer - a racing game using a basic pure Python 3D engine designed for CPU.
  • NinArow - a simple application for playing four in a row with parametrizable boards and rules. Also provides a decent AI.
  • The Undefined - A physically-based game in which you throw asteroids to complete predefined objectives.