generated from mwc/project_game
The beginnings of my Air Traffic Control game.
Also, I included my game plan.
This commit is contained in:
7
agents/airport_agent.py
Normal file
7
agents/airport_agent.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class Airport:
|
||||
|
||||
def __init__(self, char, color, pos):
|
||||
self.color = color
|
||||
self.character = char
|
||||
self.position = pos
|
||||
self.z = 2
|
||||
Reference in New Issue
Block a user