Skip to content

omgimanerd/tetris-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris Bot

This version of the code contains a framework for a genetic algorithm that iteratively learns to play Tetris. Read about it here.

Contributing

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.

Creators

Alvin Lin (omgimanerd)