Page 2 of 2

Re: HALtris - A.I. Tetris Offshoot

Posted: Thu Jan 16, 2014 12:32 pm
by Germanunkol
YellowAfterlife wrote: That said, block variety is a problem of both modes -1 and +1. Game will often drop the same block over and over because factors are not changing. Could have a bit of randomness to that.
I agree, this is what I meant above by saying that a "mix" between the modes (non integer values for the difficulty level) would be nice. It would add randomness when approaching zero. The closer to zero, the more random the blocks are, the closer to 1, the more blocks are chosen so that they harm you.

Re: HALtris - A.I. Tetris Offshoot

Posted: Fri Jan 17, 2014 9:20 am
by Lövely
numandina wrote: I (and the AI) did not take into account maneuvering around blocks, which would really complicate the engine. Maybe I should take into account...
Great work and very good looking implementation. I used a different search algorithm in mine to go through the different potential positions on the board. It is very simple but it actually does take into account manoeuvring around pieces. What it can't handle is when you manoeuvre through a hole and then turn the piece.

The algorithm is basically O(n).

viewtopic.php?f=5&t=77001