Skip to content

Commit

Permalink
Added some videos
Browse files Browse the repository at this point in the history
  • Loading branch information
davide97l committed Feb 13, 2020
1 parent c24d4b0 commit 0578aa0
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 0 deletions.
Binary file added Pacman performances.xlsx
Binary file not shown.
12 changes: 12 additions & 0 deletions graphicsDisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
GHOST_COLORS.append(formatColor(.1, .75, .7)) # Green
GHOST_COLORS.append(formatColor(1.0, 0.6, 0.0)) # Yellow
GHOST_COLORS.append(formatColor(.4, 0.13, 0.91)) # Purple
GHOST_COLORS.append(formatColor(.9, 0, 0)) # Red
GHOST_COLORS.append(formatColor(0, .3, .9)) # Blue
GHOST_COLORS.append(formatColor(.98, .41, .07)) # Orange
GHOST_COLORS.append(formatColor(.1, .75, .7)) # Green
GHOST_COLORS.append(formatColor(1.0, 0.6, 0.0)) # Yellow
GHOST_COLORS.append(formatColor(.4, 0.13, 0.91)) # Purple
GHOST_COLORS.append(formatColor(.9, 0, 0)) # Red
GHOST_COLORS.append(formatColor(0, .3, .9)) # Blue
GHOST_COLORS.append(formatColor(.98, .41, .07)) # Orange
GHOST_COLORS.append(formatColor(.1, .75, .7)) # Green
GHOST_COLORS.append(formatColor(1.0, 0.6, 0.0)) # Yellow
GHOST_COLORS.append(formatColor(.4, 0.13, 0.91)) # Purple

TEAM_COLORS = GHOST_COLORS[:2]

Expand Down
7 changes: 7 additions & 0 deletions layouts/ambushNew.lay
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
%%%%%%%%%%%%%%%%%%
%.G G G G.%
% G. .. .G %
% G .. G %
%G . . G%
%. G P G .%
%%%%%%%%%%%%%%%%%%
Binary file added media/DeepSearch6-medium-ghost.mp4
Binary file not shown.
Binary file added media/DeepSearch6-original-ghost.mp4
Binary file not shown.
Binary file added media/DeepSearch6-tricky-ghost.mp4
Binary file not shown.
Binary file added media/Minimax-trapped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Reflex-open-ghost.mp4
Binary file not shown.
Binary file added media/ambush-reflex.mp4
Binary file not shown.
Binary file added media/pacman-tricky.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/trapped-expectimax-wins.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/trapped-start.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0578aa0

Please sign in to comment.