Skip to content
Snippets Groups Projects
Commit 03833fd9 authored by Erik Nygren's avatar Erik Nygren
Browse files

fixing level generation and stability

parent 7626e3bc
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ def make_simple_rail_unconnected() -> Tuple[GridTransitionMap, np.array]:
horizontal_straight = transitions.rotate_transition(vertical_straight, 90)
simple_switch_north_left = cells[2]
simple_switch_north_right = cells[10]
simple_switch_east_west_north = transitions.rotate_transition(simple_switch_north_right, 270)
# simple_switch_east_west_north = transitions.rotate_transition(simple_switch_north_right, 270)
simple_switch_east_west_south = transitions.rotate_transition(simple_switch_north_left, 270)
rail_map = np.array(
[[empty] * 3 + [dead_end_from_south] + [empty] * 6] +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment