This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 🤔 Prerequisites | |
Lerna | |
`npm install --global lerna` | |
ts-node | |
`npm install --global ts-node` | |
node-js | |
`https://nodejs.org/en/download/current/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select - 0 | |
L3 - 1 | |
R3 - 2 | |
Start - 3 | |
dpad up - 4 | |
dpad right - 5 | |
dpad down - 6 | |
dpad left - 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
class Slice(): | |
def __init__(self, pie_type, loc, size): | |
self.pie_type = pie_type; | |
self.loc = loc; | |
self.size = size; | |
def __str__(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2/20/12,Presidents Day (Washingtons Birthday) | |
4/6/12,Good Friday | |
5/28/12,Memorial Day | |
7/4/12,Independence Day | |
9/3/12,Labor Day | |
11/22/12,Thanksgiving Day | |
12/25/12,Christmas Day | |
1/1/13,New Year Day | |
1/21/13,Martin Luther King Jr. Day | |
2/18/13,Presidents Day (Washingtons Birthday) |