aiNetris
- May 19, 2022
- samuraigames1
# aiNetris A Simple tetris simulation using artificial intelligence ## About Unique AI algorithm for tetris. Super fast and optimum play. On any size of board. No warnings or errors + Object Oriented design + Optimized to maximum! Written in modern JavaScript. ## aiNetris() options ``` { width: 12, // width of arena [ 8 -> 50 ] height: 18, // width of arena [ 8 -> 50 ] speed: 70, // …