Skip to content

Instantly share code, notes, and snippets.

View Sayter99's full-sized avatar

Chi-Ju Wu Sayter99

  • Taitung, Taiwan
  • 20:40 (UTC +08:00)
View GitHub Profile
@Sayter99
Sayter99 / lab5.py
Last active March 23, 2020 05:27
RoboSquad lab5
'''
IMPORTANT: Read through the code before beginning implementation!
Your solution should fill in the various "TODO" items within this starter code.
'''
from __future__ import print_function
import copy
import math
import random
import argparse
from PIL import Image