PSP Hacks - Forums

Go Back   PSP Hacks - Forums > PSP Community > PSP Programming & Development

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-17-2009, 08:50 PM
madman666's Avatar
madman666 madman666 is offline
Programmer
PSP Newbie
 

Join Date: Aug 2009
Posts: 18
madman666 will become famous soon enough
Default Solitaire Alpha release

This is the Beta release of my Solitaire game if anyone would like to help me test it.

I am still working on a final name thinking of going with Ultimate Solitaire.

This will have 3 solitaire games Klondike(classic Solitaire),Golf, and Pyramid. I might add more like FreeCell and others.

Controls:
Up,Down,Left,Right - for moving the selector around
X - to pick and move cards
O - to start a new game
Start - Option Menu

The Selector is shown as a red square (I might change this later). Hi-light the card you want to move and click X. This will select the card to be moved, once you select a card to be moved the selector changes to blue and stays over the card that is being moved and a new red selector shows up. You then move the red selector to the spot you want to move to and hit X. This will move the card. (if the rules allow)


Planned Klondike Options:
  • Easy Mode - The Default - You can deal through the deck unlimited times
  • Hard Mode - The original Klondike way - You can only deal through the deck one time
  • 1 card dealt - Only one card is dealt to the waste pile at a time
  • 3 cards dealt - Only 3 cards are dealt to the waste pile at a time
  • Timer - Keeps track of how long it takes you to win.

IF UPGRADING DELETE AND REPLACE THE IMG FOLDER
Solitaire_0.1.2_Beta.rar

If you come across any bugs please post here and be as detailed as possible.

Change Log
Spoiler:
  • 0.1.2 - Beta Release
    • Files - The image files have been updated and paths have changed so if you upgrade from a older version please delete and replace the IMG folder
    • Graphic - Added a main menu where you can select from which game you want to play.
    • Graphic - Added a Option Menu (options coming soon)
    • Graphic - Added a Title Bar that has the Name of the game,Battery level, system time(once if find the code).
    • Code - recoded the Klondike game to be compatible with the main menu and the up and coming options.
    • Bug Fix - Removed the bug that caused cards to disappear when double clicking a card to be sent to a foundation stack.
  • 0.0.5
    • Graphics - Moved the cards so you can now see how many face down cards you have left and also be able to see the top three cards in the waste stack.
  • 0.0.4
    • Graphics Fix - fixed the cards so they now have rounded corners.
    • Graphics - Added a "You Win" that lets you know... when you win
    • Bug Fix - found a card that keep going MIA. I beaten it into submission and he is now working.
    • Bug Fix - when you uses the Auto send to Foundation stack. The active box now moves up to the last card
  • 0.0.3
    • Bug Fix - some cards not being placed in the correct locaiton
    • Added - Auto send to Foundation stack. If you doubleclick on a card that can be moved to a foundation stack it will be set to the stack.
  • 0.0.2
    • Bug Fix - Error was thrown when trying to turn over a face down card in the 3rd stack.
  • 0.0.1
    • Alpha released



__________________

Last edited by madman666; 11-28-2009 at 12:34 AM. Reason: Updated Change Log
Reply With Quote
  #2  
Old 11-17-2009, 09:51 PM
Stinkee2's Avatar
Stinkee2 Stinkee2 is offline
Programmer
PSP Enthusiast
 

Join Date: Jul 2009
Location: int main()
Posts: 308
Stinkee2 is on a distinguished road
Default

Very Impressive!
__________________
-----------------------------------------

The Real Brian Peppers (Told From Brother)

=D
By far my favorite quote ever:
"PM Oyabun a bunch of gay pr0n and you're in." - ...BeAkEr...
Other Funny Quotes:
Spoiler:

"Jesse, I need your supercapacitor!" - Ian Flournoy

"Fascism, pronounced fæʃɪzəm" - Wikipedia

Me: "Hang on, Im fertelizing the plant."
Dad: "My hand is gonna fertelize your ass in a minute!" - Dad (RIP)
Reply With Quote
  #3  
Old 11-17-2009, 11:34 PM
Fd!'s Avatar
Fd! Fd! is offline
Senior Member
PSP God
 

Join Date: Aug 2008
Location: ɐuıʇuǝƃɹɐ 'sǝɹıɐ souǝnq
Posts: 3,371
Fd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to beholdFd! is a splendid one to behold
Default

sweet. +rep
__________________

Reply With Quote
  #4  
Old 11-18-2009, 05:17 AM
Masteroid's Avatar
Masteroid Masteroid is offline
PSP Enthusiast
 

Join Date: May 2009
Location: Aotearoa
Posts: 502
Masteroid can only hope to improve
Default

I smell a new programmer! Nice work!
__________________

Cant get enough of LittleBigPlanet? Come to the LBP Forum!!!
Reply With Quote
  #5  
Old 11-18-2009, 01:31 PM
madman666's Avatar
madman666 madman666 is offline
Programmer
PSP Newbie
 

Join Date: Aug 2009
Posts: 18
madman666 will become famous soon enough
Default

thanks guys.

I just make a new update.
* Bug Fix - some cards not being placed in the correct locaiton
* Added - Auto send to Foundation stack. If you doubleclick on a card that can be moved to a foundation stack it will be set to the stack.
__________________
Reply With Quote
  #6  
Old 11-19-2009, 04:48 AM
MTN's Avatar
MTN MTN is offline
Programmer
PSP Hacks Member
 
Join Date: Jan 2009
Location: ...
Posts: 291
MTN Has a Beginner Reputation
Default

great job
pnb why dont you ask him/her to make bloons?
and congrats on the new rep
Reply With Quote
  #7  
Old 11-19-2009, 11:44 PM
madman666's Avatar
madman666 madman666 is offline
Programmer
PSP Newbie
 

Join Date: Aug 2009
Posts: 18
madman666 will become famous soon enough
Default

I think this is the final Alpha update.

I moved some cards around so you can see the how many face down cards you have left and also you can now see the top three cards in the waste stack.


I played about 15 games today and I can not find anymore bugs so thats a good thing.

Now time to start working on the options and trying to figure out how to do the game states and how to save the options.

Added:
If you dont want to try this out here is what it looks like.



I would make a vid but the only thing i have is a phone that takes good pics but the vids suck ass.

Added2:

Unless my search fu is bad (could be) I can not find how to create a ICON to show up in the game selection screen.
I found where to add music but not the icon.

can anyone point me in the direction of how to do this.

thanks
__________________

Last edited by madman666; 11-20-2009 at 12:51 AM.
Reply With Quote
  #8  
Old 11-20-2009, 04:48 PM
greg's Avatar
greg greg is offline
PSP-Hacks
PSP Titan
 

Join Date: Apr 2005
Location: Toronto, ON
Posts: 2,147,483,994
greg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond repute
Default

I've played several games and I've encountered just one bug... I made a video of it because I'm not sure how to explain it. I'll post it shortly. Hang tight.
__________________
Reply With Quote
  #9  
Old 11-20-2009, 06:11 PM
greg's Avatar
greg greg is offline
PSP-Hacks
PSP Titan
 

Join Date: Apr 2005
Location: Toronto, ON
Posts: 2,147,483,994
greg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond reputegreg has a reputation beyond repute
Default



40 seconds in (yes I sped the video up)... I double-tapped the X on the covered 10 of spades and it brought the 9 of diamonds up to the spades spot. See what I mean? You may need to pause it. Also - if you fast forward and pause the end you'll see the game crashes with an error.
__________________
Reply With Quote
  #10  
Old 11-20-2009, 07:23 PM
madman666's Avatar
madman666 madman666 is offline
Programmer
PSP Newbie
 

Join Date: Aug 2009
Posts: 18
madman666 will become famous soon enough
Default

ya that bug should be fixed in the newer versions.
__________________
Reply With Quote
Reply

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:11 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©