Loading fightTournament.py 0 → 100644 +17 −0 Original line number Diff line number Diff line class fightTournament: def __init__(self): # Reset all robotsensors can = Can.Init() can.send(ROBOTSENOR_1, RESET) can.send(ROBOTSENOR_2, RESET) can.send(ROBOTSENOR_3, RESET) can.send(ROBOTSENOR_4, RESET) def start(self): # Start the game # Start timer def stop(self): # Stop the game (do not reset) main.py 0 → 100644 +0 −0 Empty file added. obstacle.py 0 → 100644 +0 −0 Empty file added. Loading
fightTournament.py 0 → 100644 +17 −0 Original line number Diff line number Diff line class fightTournament: def __init__(self): # Reset all robotsensors can = Can.Init() can.send(ROBOTSENOR_1, RESET) can.send(ROBOTSENOR_2, RESET) can.send(ROBOTSENOR_3, RESET) can.send(ROBOTSENOR_4, RESET) def start(self): # Start the game # Start timer def stop(self): # Stop the game (do not reset)