Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Team 8 #4

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
eb1a327
Merge pull request #1 from discord-python/master
biskette Mar 23, 2018
6f85d43
Stone by stone we'll build our castle walls...
biskette Mar 23, 2018
895fefa
We'll build them on common ground, and how!
biskette Mar 23, 2018
f56b6c8
Merge pull request #2 from discord-python/master
biskette Mar 23, 2018
8716582
We all live in the space age, coming down with road rage...
biskette Mar 23, 2018
e4c4190
Merge remote-tracking branch 'origin/master'
biskette Mar 23, 2018
aa0aca1
Travis is a bellend.
biskette Mar 23, 2018
2694897
Square peg, round hole.
biskette Mar 23, 2018
640e889
Used wikipedia library to get initial data for testing
runew0lf Mar 23, 2018
dc6aff5
Now uses our own code for getting wikipedia api data
runew0lf Mar 23, 2018
d838411
Created function to grab json instead of repeating code
runew0lf Mar 23, 2018
b8d7356
Wtf am i doing
biskette Mar 23, 2018
996570d
Merge remote-tracking branch 'origin/master'
biskette Mar 23, 2018
c66cdd8
Created function to grab json instead of repeating code
runew0lf Mar 23, 2018
98e4d6e
Merge remote-tracking branch 'origin/master'
runew0lf Mar 23, 2018
751603b
writing bollocks
biskette Mar 23, 2018
012aff8
Merge remote-tracking branch 'origin/master'
biskette Mar 23, 2018
c640b7a
fucking git eh?
biskette Mar 23, 2018
f31430a
Split out everything, fixed things, added things!
runew0lf Mar 23, 2018
d900240
Merge remote-tracking branch 'origin/master'
runew0lf Mar 23, 2018
642762a
linted code and added comments
runew0lf Mar 23, 2018
84a773a
Mostly finished snake list
biskette Mar 23, 2018
4081ecf
Merge remote-tracking branch 'origin/master'
biskette Mar 23, 2018
da1c851
Mostly finished snake list
biskette Mar 23, 2018
f7da5b8
Trimmed to necessary for integration
biskette Mar 23, 2018
d9095e7
Added bisks snake lookup
runew0lf Mar 23, 2018
fb0423f
Caches snakelist on startup
runew0lf Mar 23, 2018
b33bf1f
Added check to make sure we're selecting a snake
runew0lf Mar 23, 2018
7015863
Removed wtfisthis
runew0lf Mar 23, 2018
c546445
Linted code
runew0lf Mar 24, 2018
b93ae6a
Linted code and started on antidote game
runew0lf Mar 24, 2018
3994f68
Trimmed to necessary for integration
biskette Mar 24, 2018
95cf6f3
Merge branches 'bisk' and 'master' of https://github.com/biskette/cod…
biskette Mar 24, 2018
0f3acb4
Linted code and started on antidote game
runew0lf Mar 24, 2018
684e921
Linted code and started on antidote game
runew0lf Mar 24, 2018
3c7e1cd
Merge pull request #3 from discord-python/master
biskette Mar 24, 2018
75fb50c
Linted code and finished basic game
runew0lf Mar 24, 2018
bd44a3f
Linted code and finished basic game
runew0lf Mar 24, 2018
96551b3
Working on nicer return for ambiguous searches
biskette Mar 24, 2018
631d2ce
Making some checks for in snake_cache but -1 pageid
biskette Mar 24, 2018
a402c17
Stuff about a snake being in list but no page
biskette Mar 24, 2018
dac90dd
Cleaned up and tested get_snek function
biskette Mar 24, 2018
34ec1f8
Merge branches 'bisk' and 'master' of https://github.com/biskette/cod…
biskette Mar 24, 2018
d307309
Fixed the flakey flake8.
biskette Mar 24, 2018
c7912d0
Wrote a doc string for get_snek
biskette Mar 24, 2018
2b9752a
Wrote a bunch of comments explaining the Snake Finder General
biskette Mar 24, 2018
9f8b102
Commented code to make it more legible to bisk
runew0lf Mar 24, 2018
44e0f30
Merge remote-tracking branch 'origin/master'
runew0lf Mar 24, 2018
9b770ea
Finished Game and added Win / Lose Messages
runew0lf Mar 25, 2018
d3300d1
Fixed some issues that lemon highlighted
runew0lf Mar 25, 2018
644f51f
Linted code
runew0lf Mar 25, 2018
285ec33
Linted code and finished basic game
runew0lf Mar 25, 2018
1744c07
Fixed while loop to include win / tries
runew0lf Mar 25, 2018
128234c
Wrote a bunch of comments explaining the Snake Finder General
biskette Mar 25, 2018
af7b064
Remove cache
runew0lf Mar 25, 2018
4b53d9b
Re-added cache because i broke something
runew0lf Mar 25, 2018
29ad19d
Wrote a bunch of comments explaining the Snake Finder General
biskette Mar 25, 2018
e1c5b03
Tidying up doc strings and comments
biskette Mar 25, 2018
cb26052
Changed win screen to look tidy + include solution
biskette Mar 25, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "pypi"
aiodns = "*"
aiohttp = "<2.3.0,>=2.0.0"
websockets = ">=4.0,<5.0"
"flake8" = "*"

[dev-packages]
"flake8" = "*"
Expand Down
31 changes: 30 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions bot/cogs/data/quote.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Loading