MCPcopy Create free account
hub / github.com/geekcomputers/Python / snakeLadder.py

File snakeLadder.py

BoardGame-CLI/snakeLadder.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2
3# Taking players data
4players = {} # stores players name their locations

Callers

nothing calls this directly

Calls 1

player_inputFunction · 0.85

Tested by

no test coverage detected