Commit Graph

14 Commits

Author SHA1 Message Date
R. Tyler Ballance 4ca33c0225 Incorporate the cha-ching sound on completion 2010-02-13 18:20:20 -08:00
R. Tyler Ballance ec031dad7f Add simple cha-ching sound from freesound.org 2010-02-13 17:54:37 -08:00
R. Tyler Ballance c0ba0915f7 Using a random midi file for background music during the game
Most of the midi files are classical piano files from:
    http://www.piano-midi.de
2010-02-13 17:47:31 -08:00
R. Tyler Ballance 6663c94221 Add support for using stories from the stories/ directory
Added a nursery rhyme for testing for now
2010-02-13 17:18:16 -08:00
R. Tyler Ballance a9732ee0b3 Color words red as they hit the left of the screen
Also taking the objects out of the update loop once they're entirely
offscreen
2010-02-13 17:01:45 -08:00
R. Tyler Ballance 1f70438aa4 Hooked up the LetterSpool to the pygame.event system
Dropping words out of the screen when they're completed (denoted by a
space in the LetterSpool).
2010-02-13 16:47:47 -08:00
R. Tyler Ballance 7d60752069 Scroll an entire sentence (a list of AnimatingWord objects)
Not destroying the words as they hit the left of the window, also
need to hook the runloop up to the LetterSpool
2010-02-13 15:56:19 -08:00
R. Tyler Ballance 401382af00 Update README with some thoughts on the gameplay 2010-02-13 15:29:33 -08:00
R. Tyler Ballance c2991b4d6b Tidy up and move word animation into it's own class (AnimatingWord) 2010-02-13 15:19:05 -08:00
R. Tyler Ballance a18c4553da Render the LetterSpool at the bottom center 2010-02-13 14:54:02 -08:00
R. Tyler Ballance 7f5253286c Working out some scrolling text and handling of user-entered strings
Added the LetterSpool class to handle the current "set" of user-entered
words
2010-02-13 14:49:08 -08:00
R. Tyler Ballance 31e05ccb26 Add some first pass stuff on setting up the basic game runloop and events handling 2010-02-13 13:45:55 -08:00
R. Tyler Ballance 30ef1cedc5 ignore 2010-02-12 19:26:52 -08:00
R. Tyler Ballance 8dea9b10d6 initial commit 2010-02-12 19:26:30 -08:00