ef69dfedd3
Kifflom!
b92d43c5ed
Buffer description
9c4d04ab99
Comments on selector parsing
ca9d198b6b
Add readme
f15ee2d6d7
Kifflom!
c2979690e0
Merge pull request #33 from rightsup/fix-recording
f85f74bc2b
Migrate 'should' syntax to 'expect'
4dd3db1158
accidentally set id/mbid as an integer rather than string.
b77fcac50b
added a comment to explain self.name[13..-1] since I can't think of a more intutive way to handle that.
2d4c1c42fd
Use magic encoding to ret rid of "invalid multibyte chat (US-ASCII)" errors. track_search is now renamed recording_search. recording_search now works (I mixed up the inputs).
f1d2e36ab1
Add note about Secondly
1f23afcfca
Readme draft
11bd731f13
Add screenshot
2549ac18fe
Fix config file opening
95f17f03a2
Saving
46128ee4f6
Add more comments and documentation
604d201c28
Readme fix #3
be052e2c75
Reflect magic
d1131d158f
Fix tests
c7279f80d0
Readme fix #2
aa4c7f526f
Use time.Sleep instead of time.After
12de3f78e0
Implemented sleep sort algorithm
b929919bfb
Implemented shuffle sort algorithm
0357c86f7d
Implemented selection sort algorithm
93d896e73b
Organize algorithms into subpackages
cd59c354ac
Add a readme and a screenshot
8bb2aa21e1
First attempt on handling bounce direction
4f433796b4
Implement ball and basic collisions
e6c1e2a15a
Draw bricks
efcf9cfffe
Implement a basic scene class