Skip to content

Commit

Permalink
appended notes and added global trash talk array
Browse files Browse the repository at this point in the history
  • Loading branch information
spatchkaa committed Feb 22, 2015
1 parent 0d79df6 commit d7738ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
DOWN = u'down'
LEFT = u'left'

smacktalk = [
'All your base are belong to us',
'#GETREKT',
'#GETSHREKT',
'BOOM HEADSHOT!',
'Im sorry Dave, Im afraid i cant do that',
'Rippety-tip-top-kek',
'When the bass goes harangity woup woup woup clackity grind',
'Dmitrii please'
]

@bottle.get('/')
def index():
return """
Expand Down
3 changes: 3 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ V3:
simple agression
V4:
fancy agression

if no valid moves allowing us to survive:
go back on self

0 comments on commit d7738ff

Please sign in to comment.