Skip to content
Snippets Groups Projects
Commit 31fe2a95 authored by David Palmer's avatar David Palmer
Browse files

Upload New File

parent a3117035
Branches
No related tags found
No related merge requests found
from items import *
from map import rooms
inventory = [item_id, item_laptop, item_money]
inventory_weight = item_id["mass"] + item_laptop["mass"] + item_money["mass"]
inventory_max_weight = 25
# Start game at the reception
current_room = rooms["Reception"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment