Commit f79ea7b6 authored by Øystein Smith's avatar Øystein Smith
Browse files

added files

parent 05923120
Loading
Loading
Loading
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.