Hi there, this is the new version of my Lumines clone made using Lua.
Version 0.05 06/01/2006
-----------------------
--added new color "effect" on scanline
--added main menu
--added new play mode "Level by Level"
new mode is same as "classic" but blocks clear from
grid area after every level up, however blocks needed to level up
get increased every level.
(this mode was inspired to keep the game running smoother for longer.)
Version 0.04 05/29/2006
-----------------------
--optimized code for speed(reduced scan cycles) As a result game runs smoother and music plays way better
--rewrote scanline animation, scan line now moves smoothly across the screen.
--fixed rotation buttons (now piece only rotates once per button press)
--added high score keeping
--added high score and level display in hud
--added intro screen
-----
known issues/bugs/todo:
--need to re-draw backgrounds to support new highscore and level display
--block delete calculation is still not perfect.
--need to add main title screen
-- need to add new play modes