Docs: Game - Pythagorous-Studios/pythag GitHub Wiki

The Game() class has a variety of methods for the management of sub-places and players.Here is a quick reference sheet for their uses and arguments.

addplace(place),
Accepts places to add to the map manager (todo,add support for lists of places)

addplayer(player),
Accepts players to add to the map manager (todo,add support for lists of players)


coords_exist(x,y),
Verifies the existence of a set of coordinates within the places in the map

gattr(x,y,attr),
Retrieves the given attribute from a place with the given coordinates

⚠️ **GitHub.com Fallback** ⚠️