Skip to content
Snippets Groups Projects
Commit fdfc7dfb authored by Liyao Zhu's avatar Liyao Zhu
Browse files

game.py and agent.py structure build2

parent cb229164
Branches
No related tags found
No related merge requests found
......@@ -7,10 +7,15 @@ class Agent():
def __init__(self):
'add variables to construct agent instance and define instance variables'
self.undefined = None
def chooseAction(selfs):
return 0
'implement your strategy here'
return 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment