[android-developers] Re: GSolitaire is released

2008-06-13 Thread eric
One more thing, I think you forget to credit yourself in the software.so whoever uses it knows who made it:) On Jun 13, 3:14 am, Neo [EMAIL PROTECTED] wrote: yes, i definitely should do that. a friend suggested me not to move selected card to the bottom. Instead, flashing it

[android-developers] Re: GSolitaire is released

2008-06-13 Thread Neo
good idea. I should separate the engine from the UI part. maybe it is good i just include this in next version. On Jun 12, 1:38 pm, Josh Guilfoyle [EMAIL PROTECTED] wrote: You should translate this to a generalized solitaire engine and then program Klondike and other games as components

[android-developers] Re: GSolitaire is released

2008-06-13 Thread Neo
yeah. but it is too ugly now. :) On Jun 13, 3:16 am, eric [EMAIL PROTECTED] wrote: One more thing, I think you forget to credit yourself in the software.so whoever uses it knows who made it:) On Jun 13, 3:14 am, Neo [EMAIL PROTECTED] wrote: yes, i definitely should do that.

[android-developers] Re: GSolitaire is released

2008-06-12 Thread Neo
yes, i definitely should do that. a friend suggested me not to move selected card to the bottom. Instead, flashing it might be good. I am thinking to how to implement that. anyway, thank you for the idea! On Jun 11, 3:04 am, eric [EMAIL PROTECTED] wrote: ah, thanks, got it. Maybe you need

[android-developers] Re: GSolitaire is released

2008-06-12 Thread Josh Guilfoyle
You should translate this to a generalized solitaire engine and then program Klondike and other games as components utilizing that engine. In other words, I'd like to see Free Cell as well :) On Jun 12, 10:14 am, Neo [EMAIL PROTECTED] wrote: yes, i definitely should do that. a friend

[android-developers] Re: GSolitaire is released

2008-06-11 Thread eric
ah, thanks, got it. Maybe you need to include this instruction with the game.since it is a little different from the traditional solitaire on PC. Eric On Jun 11, 3:19 am, Neo [EMAIL PROTECTED] wrote: oh, it is a little different from javasol because I feel it is difficult to drag card on

[android-developers] Re: GSolitaire is released

2008-06-10 Thread eric
Hi, Are you sure it works? I installed it in the emulator (android-sdk_m5-rc15_windows) using $adb install your_application.apk GSolitaire runs in the emulator but I have trouble playing it Any card I click goes to the bottom middle of the screen and I can't drag the card

[android-developers] Re: GSolitaire is released

2008-06-10 Thread Neo
oh, it is a little different from javasol because I feel it is difficult to drag card on phone, so you just need to select card (then the card will move to the bottom) and click on the target card (then the selected card will be moved from bottom to the target). On Jun 10, 3:09 am, eric [EMAIL

[android-developers] Re: GSolitaire is released

2008-06-09 Thread eric
mm, didn't see any installable files hosted on SourceForge. On Jun 9, 3:01 am, Neo [EMAIL PROTECTED] wrote: https://sourceforge.net/project/screenshots.php?group_id=229607ssid=... GSolitaire, a solitaire game on gPhone Android platform, is finally released. Basically this game is

[android-developers] Re: GSolitaire is released

2008-06-09 Thread Neo
Here is it: http://gsolitaire.cvs.sourceforge.net/*checkout*/gsolitaire/gsolitaire/bin/gsolitaire.apk But I didn't try to install it with this instruction: http://code.google.com/android/intro/installing.html#building, and the downloaded file is changed to a zip file, so I recommend you