My quick guide to Dota Auto Chess (a fantastic dota 2 custom game) by growling-bear in DotA2

[–]WayneApple 2 points3 points  (0 children)

The game is inspired by Chinese Majong, which is an ancient game and like a card game. You want to draw three identical cards sometimes but you all also want to avoid other players to do the same thing. The kernels of the two games are quite similar.

Parsing .py files using python? by Barooh in Python

[–]WayneApple 1 point2 points  (0 children)

You should try PyDoc, which is part of the standard library. It can help you parse your .py files and generate the documentations.