Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
player.py 118 B
from items import *
from map import *

inventory = []

# Start game at the centre
current_room = locations["centre"]