Hi Just to let you guys know Made major updates to my Luamines game to v.0.02
please read info below:
you can download v0.03 here: (pspupdates mirror)
http://dl.qj.net/index.php?pg=12&fid=7967
here is a copy of the readme file:
For those of you with firmware 2.0+ having trouble playing it try this
open up the index.lua file in the luamines folder with notepad
delete the line near the top that reads:
System.usbDiskModeActivate()
then save the file.
I think that should fix it since that is a system command, i think that crashes the psp or something.
HAVE FUN
LUAMINES
by: Dragula96
05/20/2006
Luamines is a clone of lumines for the PSP coded in lua.
I always wanted to try codeing tetris but everyone does it,
I thought I'd do something different.
how to play:
press circle () to rotate the blocks right (left rotate still not intergraded)
create squares by putting blocks of the same color next to each other
score points
and squares get deleted
if blocks stack all the way to the top you loose.
VERSION HISTORY:
=====================================================
version 0.02
------------
Optimized engine
sound now plays "smothly"
added some sound events
added a "shadowy" effect when pressing down
reduced the size of the playgrid to 16x10 blocks
redesigned skin01
redisigned "timeline"
added score system
added number of blocks deleted count
GAME IS NOW FUNCTIONAL
version 0.01
------------
First public relase
many bugs
lots of slowdown
basic graphics
no music
no score system
no block delete score system[/img]
Luamines is here! -- UPDATED 0.03 AVAILABLE NOW!
Moderators: Shine, Insert_witty_name
Luamines is here! -- UPDATED 0.03 AVAILABLE NOW!
Last edited by dragula96 on Mon May 29, 2006 5:22 am, edited 3 times in total.
New Screen shots for v0.03
here is an update on version 0.03 and screen shots and video:
-Fixed bug where last line of blocks would never get
checked for deletion
-added a pause between when the block drops and
when the next one can drop (gets rid of many accidental "deths" :P )
-added a "pause" function (press start to pause)
-Optimized engine even more
-you can now delete more then one square at a time
-added rotate left function
-added next block
-Fixed bug where last line of blocks would never get
checked for deletion
-added a pause between when the block drops and
when the next one can drop (gets rid of many accidental "deths" :P )
-added a "pause" function (press start to pause)
-Optimized engine even more
-you can now delete more then one square at a time
-added rotate left function
-added next block
Last edited by dragula96 on Tue May 23, 2006 9:58 am, edited 1 time in total.
Re: New Screen shots for v0.03
Please ignore me, if you have painted the pictures yourself, but do you have the permission from the painters who draw it, to use it in your game?
Re: New Screen shots for v0.03
well...ummm....no :(Shine wrote:Please ignore me, if you have painted the pictures yourself, but do you have the permission from the painters who draw it, to use it in your game?
so like if i use all unlicenced images and unlicenced music, can you put my next version up on your luaplayer.org gallery. it would be an honor.
ITS DONE version 0.03 is ready here is the info
Ok its done
I had to remove all the skins and images that i did not paint myself so all skins are kind of generic now (my photoshoping skills are limited), however i have included a "template" with the rar file it is very easy to make your own skins...
here is the info on version 0.03
Hi just to let you guys know you can get the latest Luamines v 0.3 here:
pspupdates mirror: http://dl.qj.net/index.php?pg=12&fid=7967
mega upload mirror: http://www.megaupload.com/?d=UHGC6R5S
here is a screen shot
changes in this version:
game goes up to 10 levels after that same skin just repeats
slowed down timeline a bit
added bonus system
added combo system
centered playarea
added "next" block
added 10 differentvisul skins
added 5 different sound and music skins
Fixed bug where last line of blocks would never get
checked for deletion
added a pause between when the block drops and
when the next one can drop (gets rid of many accidental "deths" :P )
added a "pause" function (press start to pause)
Optimized engine even more
you can now delete more then one square at a time
I had to remove all the skins and images that i did not paint myself so all skins are kind of generic now (my photoshoping skills are limited), however i have included a "template" with the rar file it is very easy to make your own skins...
here is the info on version 0.03
Hi just to let you guys know you can get the latest Luamines v 0.3 here:
pspupdates mirror: http://dl.qj.net/index.php?pg=12&fid=7967
mega upload mirror: http://www.megaupload.com/?d=UHGC6R5S
here is a screen shot
changes in this version:
game goes up to 10 levels after that same skin just repeats
slowed down timeline a bit
added bonus system
added combo system
centered playarea
added "next" block
added 10 differentvisul skins
added 5 different sound and music skins
Fixed bug where last line of blocks would never get
checked for deletion
added a pause between when the block drops and
when the next one can drop (gets rid of many accidental "deths" :P )
added a "pause" function (press start to pause)
Optimized engine even more
you can now delete more then one square at a time
Last edited by dragula96 on Mon May 29, 2006 4:55 am, edited 1 time in total.
Really nice! There are a couple of isses though... I'm on LuaPlayer 0.16, 2.0 PSP using eLoader 0.97 but this doesn't seem to pose the problems.
It'll freeze after the 10th level... I guess this is easy to fix by making the levels repeat after the 10th...
The sweap (which will clean the squares you make) seems to have some problems... Try to make the following:
XXXX
XOOX
XOOX
XXXX
It should look like this after 2 sweaps (the "-" is empty space):
X--X
X--X
But instead it'll be like this after a single sweap (or another different):
X---
X---
Also I noticed that if we keep pressing the X or [] the piece will keep rotating. But I thinks this causes the a slowdown when you just press the buttons quickly (sometimes it won't rotate...).
Hope you could check some of these for the next release... A bigger screen to allow more pieces would also be great!
It'll freeze after the 10th level... I guess this is easy to fix by making the levels repeat after the 10th...
The sweap (which will clean the squares you make) seems to have some problems... Try to make the following:
XXXX
XOOX
XOOX
XXXX
It should look like this after 2 sweaps (the "-" is empty space):
X--X
X--X
But instead it'll be like this after a single sweap (or another different):
X---
X---
Also I noticed that if we keep pressing the X or [] the piece will keep rotating. But I thinks this causes the a slowdown when you just press the buttons quickly (sometimes it won't rotate...).
Hope you could check some of these for the next release... A bigger screen to allow more pieces would also be great!