Skip to content

Commit 3c463fc

Browse files
committed
Added visual representation of board
1 parent caff276 commit 3c463fc

File tree

2 files changed

+123
-124
lines changed

2 files changed

+123
-124
lines changed

BoardGame-CLI/snakeLadder/snakeLadder.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import random
22
import pandas as pd
3-
from IPython.display import display
43

54
# Taking players data
65
players = {} # stores players name their locations

0 commit comments

Comments
 (0)