Skip to content

Python version 3.9.4(64-bit) make_map() in engine.py #25

Description

@MisterDoritos2U

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions