Running engine.py results in : TypeError: make_map() takes 6 positional arguments but 7 were given. Snip : game_map = GameMap(map_width, map_height) game_map.make_map(max_rooms, room_min_size, room_max_size, map_width, map_height, player)
Running engine.py results in : TypeError: make_map() takes 6 positional arguments but 7 were given.
Snip :