This version of the code contains a framework for a genetic algorithm that iteratively learns to play Tetris. Read about it here.
Fork this repository and clone it to your own computer. Send me a pull request with interesting thoughts, ideas, or suggestions. Please follow the PEP8 standard if you are contributing to the codebase and remember to run the unit tests. To use the pre-commit hook, run:
ln -s ../../pre-commit.sh .git/hooks/pre-commit
from the project root.
Alvin Lin (omgimanerd)