forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Lua minesweeper

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Sat Sep 03, 2005 12:12 am    Post subject: Lua minesweeper Reply with quote

Here is my first game in Lua.
It's minesweeper for Lua Player.

If you want to try it, here it is.
Minesweeper.rar

Edit: Added screenshot link.
Screenshot

Edit 2: Added link to a new version with additional features for those interested. Here it is
Screenshot 2

Edit 3: Last update. These levels should be hard enough for even the best of you. Again, here it is
Screenshot 3
_________________
--
JEK


Last edited by JEK on Sat Sep 10, 2005 12:05 am; edited 3 times in total
Back to top
View user's profile Send private message Send e-mail
MikeHaggar



Joined: 18 Jul 2005
Posts: 116

PostPosted: Sat Sep 03, 2005 12:49 am    Post subject: Reply with quote

Looks quite nice... Good work!

Too bad I suck at minesweeper ;)

Seems to be a small bug though.
If you put a flag on a space where there's nothing underneath, and then you press X to reveal the content, then the Flag doesn't disappear like when you press when there's a bomb or number under it. But after you remove the flag again with the triangle button, the square is gone.
Back to top
View user's profile Send private message
Wraggster



Joined: 26 Aug 2005
Posts: 121

PostPosted: Sat Sep 03, 2005 1:13 am    Post subject: Reply with quote

hi there i added an eboot to it and changed the index to script.lua and stuck it on my site with a screenshot --> http://psp-news.dcemu.co.uk/luaminesweeper.shtml

Thanks for a classic release
_________________
Webmaster of http://www.dcemu.co.uk

DCEMU The Worlds Only Homebrew & Gaming Network of Sites.
Back to top
View user's profile Send private message Visit poster's website
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Sat Sep 03, 2005 1:48 am    Post subject: Reply with quote

MikeHaggar wrote:

Seems to be a small bug though.
If you put a flag on a space where there's nothing underneath, and then you press X to reveal the content, then the Flag doesn't disappear like when you press when there's a bomb or number under it. But after you remove the flag again with the triangle button, the square is gone.


Ok, thanks!
I have updated the link in my first post with a new version without the bug. I hope... :)
_________________
--
JEK
Back to top
View user's profile Send private message Send e-mail
SeraphsWitness



Joined: 03 Sep 2005
Posts: 2

PostPosted: Sat Sep 03, 2005 5:54 am    Post subject: Another Bug Reply with quote

First of all I'd like to say thankyou for bringing one of my guiltiest pleasures to the PSP. And I feel bad critiquing your program considering I couldn't do something like that. But here it is.

I've played Minesweeper thousands of times on Windows, as a guess. So the mechanics kind of become memory after a while. I noticed while playing your version, sometimes the corners wouldn't have numbers. It doesn't make the game unplayable, but when you're a speed sweeper like I am, and you're playing windows style, you almost always trip up on a mine in the corner. I wouldn't know how to fix that, but it just seems like every corner should have a little "1" there, because corners like that are ALWAYS mines in the windows version, whereas in your version they are not.

Just a suggestion. And other than that, it plays brilliantly. Thankyou very much. Hey maybe a size or difficulty setting would be neat, too! I know I'm pushing it. :-P Rock on, man. Hats off.
Back to top
View user's profile Send private message
gandalf the grey



Joined: 12 Apr 2005
Posts: 34

PostPosted: Sat Sep 03, 2005 6:47 am    Post subject: Reply with quote

I made my own "skin" to this, maybe some of you like it:
Just replace the images in the folder to to install(replace)



_________________
Fly you fools...
Back to top
View user's profile Send private message
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Sat Sep 03, 2005 6:56 am    Post subject: Re: Another Bug Reply with quote

SeraphsWitness wrote:
First of all I'd like to say thankyou for bringing one of my guiltiest pleasures to the PSP. And I feel bad critiquing your program considering I couldn't do something like that. But here it is.

I've played Minesweeper thousands of times on Windows, as a guess. So the mechanics kind of become memory after a while. I noticed while playing your version, sometimes the corners wouldn't have numbers. It doesn't make the game unplayable, but when you're a speed sweeper like I am, and you're playing windows style, you almost always trip up on a mine in the corner. I wouldn't know how to fix that, but it just seems like every corner should have a little "1" there, because corners like that are ALWAYS mines in the windows version, whereas in your version they are not.

Just a suggestion. And other than that, it plays brilliantly. Thankyou very much. Hey maybe a size or difficulty setting would be neat, too! I know I'm pushing it. :-P Rock on, man. Hats off.


Thanks for the feedback.
I'll look into that.
_________________
--
JEK
Back to top
View user's profile Send private message Send e-mail
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Sun Sep 04, 2005 8:58 pm    Post subject: Reply with quote

I have edited the first post with a new version of the game.
_________________
--
JEK
Back to top
View user's profile Send private message Send e-mail
Nikitis



Joined: 13 Jun 2005
Posts: 2

PostPosted: Tue Sep 06, 2005 3:10 am    Post subject: Reply with quote

Could you perhaps make one with 16x30? This is the size of the Windows Minesweeper. I guarauntee that this will put your Minesweeper above that of the others. I like playing on expert mode, otherwise it's too easy and I always win. I know the PSP has the resolution for that size. It seems like to me every minesweeper game that comes out is always too small whether it be for linux or whatever. Would be VERY grateful! Love what you've done so far!

PS BTW it should include 99 bombs with that many squares.
Back to top
View user's profile Send private message
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Tue Sep 06, 2005 3:56 am    Post subject: Reply with quote

Nikitis wrote:
Could you perhaps make one with 16x30?

Let me see what I can do...
_________________
--
JEK
Back to top
View user's profile Send private message Send e-mail
SeraphsWitness



Joined: 03 Sep 2005
Posts: 2

PostPosted: Wed Sep 07, 2005 5:07 pm    Post subject: Reply with quote

Could someone post an EBoot for the update as well? That would be useful for people like me who can't compile it. :-/

Sorry I'm such a pain.
Back to top
View user's profile Send private message
LuMo



Joined: 21 Aug 2005
Posts: 410
Location: Austria

PostPosted: Wed Sep 07, 2005 6:24 pm    Post subject: Re: Lua minesweeper Reply with quote

JEK wrote:

It's minesweeper for Lua Player.


SeraphsWitness wrote:

Could someone post an EBoot for the update as well? That would be useful for people like me who can't compile it. :-/

Sorry I'm such a pain.

no need to compile a LUA game ;) just replace the old script with the new one
Back to top
View user's profile Send private message Visit poster's website
JEK



Joined: 03 Sep 2005
Posts: 12
Location: Norway

PostPosted: Sat Sep 10, 2005 12:07 am    Post subject: Reply with quote

First post edited with what is hopefully the last version for now.
Added new and bigger levels.
_________________
--
JEK
Back to top
View user's profile Send private message Send e-mail
Nikitis



Joined: 13 Jun 2005
Posts: 2

PostPosted: Sat Sep 10, 2005 7:48 am    Post subject: Reply with quote

It's still in the 8x22 Format. When I downloaded it that's what showed up. I didn't see a separate index.lua file for a greater size or a menu to switch to the 16x30. Any ideas on how to do that?
Back to top
View user's profile Send private message
eboychik



Joined: 11 Sep 2005
Posts: 2

PostPosted: Sun Sep 11, 2005 7:09 am    Post subject: For a beginner - how do i install this? Reply with quote

Sorry to be such a newbie, but how do I catually install this? I downloaded it, expanded it, and copied it into the "Games" folder on my MS, but it came back "data corrupted."

How do I get this to play, please/
Back to top
View user's profile Send private message
sam2u22000



Joined: 11 Sep 2005
Posts: 10

PostPosted: Mon Sep 12, 2005 9:00 am    Post subject: helping with new minesweeper Reply with quote

you have to copy index to a new notepad and rename it script.lua
Back to top
View user's profile Send private message
nevyn



Joined: 31 Jul 2005
Posts: 136
Location: Sweden

PostPosted: Mon Sep 12, 2005 9:11 am    Post subject: Reply with quote

Disregard Sam's message; the correct way to install it is to
1. Download and install LuaPlayer from luaplayer.org if you haven't already done so
2. Install the game folder into GAME/luaplayer/Applications/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
eboychik



Joined: 11 Sep 2005
Posts: 2

PostPosted: Mon Sep 12, 2005 10:58 am    Post subject: Doesn;t seem to work for firmware 2.0 Reply with quote

Nevyn,

The lua website only has versions for firmware 1.0 and 1.5. When I install version 1.5 onto my MS, and then try to launch it, I get a "game corrupted" warning. Not working for me. Any ideas?

Thanks,
Back to top
View user's profile Send private message
Shine



Joined: 03 Dec 2004
Posts: 728
Location: Germany

PostPosted: Mon Sep 12, 2005 4:41 pm    Post subject: Re: Doesn;t seem to work for firmware 2.0 Reply with quote

eboychik wrote:
The lua website only has versions for firmware 1.0 and 1.5. When I install version 1.5 onto my MS, and then try to launch it, I get a "game corrupted" warning. Not working for me. Any ideas?


Looks like you don't have firmware version 1.0 or 1.5, but 1.52 or 2.0. Lua Player doesn't work on this firmware versions.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group