Compare commits
2 Commits
bb396ae8d3
...
7baf0a09ca
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7baf0a09ca | ||
|
|
43887c760c |
1
main.py
1
main.py
@@ -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