forked from UNN/2026-rff_mp
6 lines
87 B
Python
6 lines
87 B
Python
|
|
cell_mapping = {
|
||
|
|
'wall': '#',
|
||
|
|
'empty': ' ',
|
||
|
|
'start': 'S',
|
||
|
|
'exit': 'E'
|
||
|
|
}
|