From charlesreid1

Revision as of 01:48, 26 August 2016 by Admin (talk | contribs) (→‎Links)

Project Ideas

Final Project Ideas

Analyze a sound file - piece of music, instrument, human voice - extract frequency information - compute terms in a fourier series

Game - implement the game of life

Game - implement zombies/cats/plants: http://inventwithpython.com/blog/2011/08/11/recursion-explained-with-the-flood-fill-algorithm-and-zombies-and-cats/

Game - diner dash - implementing stacks and queues, performing tasks, dealing with collections: http://inventwithpython.com/blog/2012/02/20/i-need-practice-programming-49-ideas-for-game-clones-to-code/


Links

idea machine: http://www.ideamachine.io/

49 ideas of games to clone: http://inventwithpython.com/blog/2012/02/20/i-need-practice-programming-49-ideas-for-game-clones-to-code/

Recursion explained with flood filling (and zombies and cats): http://inventwithpython.com/blog/2011/08/11/recursion-explained-with-the-flood-fill-algorithm-and-zombies-and-cats/

Really fantastic crypto projects: