https://github.com/ramantehlan/genetic-tetris-ai
An implementation of Genetic Algorithms to create AI to play Tetris. :alien:
https://github.com/ramantehlan/genetic-tetris-ai
Last synced: 3 months ago
JSON representation
An implementation of Genetic Algorithms to create AI to play Tetris. :alien:
- Host: GitHub
- URL: https://github.com/ramantehlan/genetic-tetris-ai
- Owner: ramantehlan
- Created: 2017-08-28T22:02:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T08:36:07.000Z (over 7 years ago)
- Last Synced: 2025-01-12T14:22:36.585Z (5 months ago)
- Language: JavaScript
- Homepage: https://ramantehlan.github.io/Genetic-Tetris-Ai/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**`Under Progress`**
# Genetic-Tetris-Ai
An implementation of Genetic Algorithms to create evolving/mutating AI to play Tetris.# Contribution
Feel free to add your own features or improve any current feature, any kind of help is appreciated!# License
GNU General Public License v3.0# References
[Idrees Hassan - TetNet](https://github.com/IdreesInc/TetNet)[Evolutionary Algorithms](https://www.youtube.com/watch?v=L--IxUH4fac)
[Coding a Tetris AI using a Genetic Algorithm](https://luckytoilet.wordpress.com/2011/05/27/coding-a-tetris-ai-using-a-genetic-algorithm/)
[Tetris AI – The (Near) Perfect Bot](https://codemyroad.wordpress.com/2013/04/14/tetris-ai-the-near-perfect-player/)
[Evolutionary AI for Tetris](http://www.cs.uml.edu/ecg/uploads/AIfall10/eshahar_rwest_GATetris.pdf)
[Playing Tetris with Genetic Algorithms](http://cs229.stanford.edu/proj2015/238_poster.pdf)