Coding Superhuman Atari Breakout Bot
Tech Tribe
I make a computer program that flawlessly plays Atari breakout, beating the Google game and performing super well in other versions of the game! 💻
While the original strategy of just moving the paddle hella fast didn't work, we ended up using OpenCV (a computer vision library) to find the ball by its specific RGB color, which allowed our Python program to use the ball's coordinates to follow it. Although the program was slow initially, using a faster mouse-moving library allowed us to reach over 20 FPS, which was good enough!
If this video was informative or fun, please consider subscribing to the channel and liking the video! I have many bangers already on my channel, and many more coming up, so please help me get noticed by the YouTube algorithm!
Google Game Version: https://elgoog.im/breakout/ Scratch Game Version: https://scratch.mit.edu/projects/33459194/ Crazy Games Version: https://www.crazygames.com/game/atari-breakout
Code: https://github.com/techtribeyt/atari_breakout/blob/main/atari_code.py #coding #bot #atari #programming ... https://www.youtube.com/watch?v=unVh5iMUmf0
64256203 Bytes