Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bennuttall/uno
/ types & classes
Types & classes
11 in github.com/bennuttall/uno
⨍
Functions
77
◇
Types & classes
11
↓ 39 callers
Class
UnoCard
Represents a single Uno Card, given a valid color and card type. color: string card_type: string/int >>> card = UnoCard('red', 5)
uno.py:14
↓ 10 callers
Class
UnoGame
Represents an Uno game. players: int random: bool (default: True) >>> game = UnoGame(5)
uno.py:130
↓ 7 callers
Class
UnoPlayer
Represents a player in an Uno game. A player is created with a list of 7 Uno cards. cards: list of 7 UnoCards player_id: int/str (de
uno.py:87
↓ 4 callers
Class
ReversibleCycle
Represents an interface to an iterable which can be infinitely cycled (like itertools.cycle), and can be reversed. Starts at the first i
uno.py:280
↓ 1 callers
Class
AIUnoGame
uno_pgz.py:379
↓ 1 callers
Class
GameData
uno_pgz.py:348
↓ 1 callers
Class
ReversibleCycle
Represents an interface to an iterable which can be infinitely cycled (like itertools.cycle), and can be reversed. Starts at the first i
uno_pgz.py:296
↓ 1 callers
Class
UnoCard
Represents a single Uno Card, given a valid color and card type. color: string card_type: string/int >>> card = UnoCard('red', 5)
uno_pgz.py:16
↓ 1 callers
Class
UnoGame
Represents an Uno game. players: int random: bool (default: True) >>> game = UnoGame(5)
uno_pgz.py:139
↓ 1 callers
Class
UnoPlayer
Represents a player in an Uno game. A player is created with a list of 7 Uno cards. cards: list of 7 UnoCards player_id: int/str (de
uno_pgz.py:96
Class
AIUnoGame
uno.py:332