All Projects → llSourcell → How_to_make_an_evolutionary_tetris_bot

llSourcell / How_to_make_an_evolutionary_tetris_bot

This is the code for the "How to Make an Evolutionary Tetris Bot" by Siraj Raval on Youtube

Programming Languages

javascript
184084 projects - #8 most used programming language

How_to_make_an_evolutionary_tetris_bot

This is the code for the "How to Make an Evolutionary Tetris Bot" by Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval. We're going to use evolutionary techniques to improve our AI over time. That means through selection, crossover, and mutation, our AI will learn to get to the high score (500) in the shortest amount of time possible. This code is in Javascript for once!

Dependencies

They all come prepackaged.

Usage

Just open the .html file in your web browser and the AI will start playing Tetris.

Credits

The credits for this code go to idressinc. I've merelyc created a wrapper to get people started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].