Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7baf0a09ca | |||
| 43887c760c |
@@ -6,6 +6,7 @@ class BrSimArena():
|
|||||||
|
|
||||||
# players = [{'name': name, 'inventory': default_inventory, other_stats}]
|
# players = [{'name': name, 'inventory': default_inventory, other_stats}]
|
||||||
# weapons = [{WEAPON.KNIFE: quantity}, etc...] # this is the whole quantity of the items available on the world
|
# weapons = [{WEAPON.KNIFE: quantity}, etc...] # this is the whole quantity of the items available on the world
|
||||||
|
# test
|
||||||
|
|
||||||
def __init__(self, players, weapons):
|
def __init__(self, players, weapons):
|
||||||
self.day= 1
|
self.day= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user