Python Forum
Tetris inteligence - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Tetris inteligence (/thread-38369.html)



Tetris inteligence - DanTDRG - Oct-04-2022

Hello, could someone help me write tetris intelligence?
I understand that there is a lot of it on the internet but unfortunately I can't edit it except for the colors i'm a new for python
This all info: https://gyazo.com/600b90758688775b8b6467c290796c1f


RE: Tetris inteligence - XavierPlatinum - Oct-04-2022

I don't know what you mean? If you are new, maybe follow a tetris tutorial on Youtube? Tetris is complex for a first game to write.


RE: Tetris inteligence - metulburr - Oct-04-2022

What do you mean by tetris intelligence?


RE: Tetris inteligence - DanTDRG - Oct-04-2022

I mean a tetris bot that recognizes figures in selected places and calculates where is the best place as in the screenshot: https://gyazo.com/600b90758688775b8b6467c290796c1f


RE: Tetris inteligence - XavierPlatinum - Oct-04-2022

If I were to attempt such a thing, my first step would be to make a tetris game so I understand it well. As a beginner, designing and implementing a tetris AI in someone else's game might have to many parts to learn all at once.

Have you made AI before?


RE: Tetris inteligence - DanTDRG - Oct-05-2022

I did not create but edited someone's project and I have a problem because I do not recognize the pieces in the selected frame I do not know how to edit it so that it recognizes I can send you this entire project if you know tetris game ai