Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
random
2
3
# Taking players data
4
players = {}
# stores players name their locations
Callers
nothing calls this directly
Calls
1
player_input
Function · 0.85
Tested by
no test coverage detected