Search found 5 matches

by numandina
Fri Jan 17, 2014 9:55 am
Forum: Games and Creations
Topic: Lövetris - another impossible tetris
Replies: 2
Views: 2714

Re: Lövetris - another impossible tetris

Wow, amazing implementation by the looks of it. Going to check the code on what exactly is going on but I noticed you can beat the computer even in the most difficult setting, using a scenario like this: https://love2d.org/imgmirrur/iPNTKjG.png This is probably due to the algorithm only looking one ...
by numandina
Thu Jan 16, 2014 11:55 am
Forum: Games and Creations
Topic: HALtris - A.I. Tetris Offshoot
Replies: 11
Views: 8433

Re: HALtris - A.I. Tetris Offshoot

Thanks for the bug report. I could've sworn I tested that intensively. Added to the list. I (and the AI) did not take into account maneuvering around blocks, which would really complicate the engine. Maybe I should take into account... The one case I was talking about was a mathematical case, namely...
by numandina
Tue Jan 14, 2014 8:15 am
Forum: Games and Creations
Topic: HALtris - A.I. Tetris Offshoot
Replies: 11
Views: 8433

Re: HALtris - A.I. Tetris Offshoot

That's a good idea. Added to the list. P.S. It is not impossible to win a line in difficulty 1. There is one case, try to find out what it is. Also if you find the game boring, try switching between difficulties in real time while playing. For example choose difficulty 1 at start, then after half th...
by numandina
Thu Jan 09, 2014 9:20 am
Forum: Games and Creations
Topic: HALtris - A.I. Tetris Offshoot
Replies: 11
Views: 8433

Re: HALtris - A.I. Tetris Offshoot

Here is a version that works in löve 0.9. I removed the particle system.

Please note that the game starts paused for some reason in 0.9, so press the pause button twice to unpause.

Looking forward to more feedback!
by numandina
Tue Dec 31, 2013 11:01 am
Forum: Games and Creations
Topic: HALtris - A.I. Tetris Offshoot
Replies: 11
Views: 8433

HALtris - A.I. Tetris Offshoot

Hello. I had to learn löve in the space of a weekend for a job application, and I ended up programming this tetris game where you are pitted against an AI who "chooses" which pieces are being handed to you in each turn. I liked the end result so much I've decided to post it here. Turning t...