Another small game; Flipcard...

Developed or developing a new product in PureBasic? Tell the world about it.
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

Another small game; Flipcard...

Post by Fleath// »

Flipcard:
Image
Remember playing that old game where you put cards out face down, and try to match them up? That's basically what this is :3

Controls are pretty self explanatory, on the score screen, the box at the bottom is your average time.

Download 1 [64.5kb]

Again, this is just a small side project, and will ultimately end up as a minigame for my main project *points to sig* I've been working on this a bit more than the actual game >->

Suggestions, comments and bug reports are greatly appreciated.
Apologies for any stupid bugs, I'm a little tired, going to bed after posting this ^^;

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

Otherwise known as "Memory". Fun. :)
benny
Enthusiast
Enthusiast
Posts: 465
Joined: Fri Apr 25, 2003 7:44 pm
Location: end of www
Contact:

Post by benny »

Indeed, nice little game :!:
Although - a zoom function would be nice ;-)
regards,
benny!
-
pe0ple ar3 str4nge!!!
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

Post by Fleath// »

Thank you ^^
I'm sorry for the small window, I'm sorta overly fond of things being compact >.>;...I'll try to incorporate an effective zoom menu, thanks for the suggestion.

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

Maybe as the mouse pointer is moved over the cards you could have them "enlarge". Probably two sets of graphics would be the way to go.
benny
Enthusiast
Enthusiast
Posts: 465
Joined: Fri Apr 25, 2003 7:44 pm
Location: end of www
Contact:

Post by benny »

Hatonastick wrote:Maybe as the mouse pointer is moved over the
cards you could have them "enlarge". Probably two sets of graphics
would be the way to go.
Nice idea IMHO :!:
regards,
benny!
-
pe0ple ar3 str4nge!!!
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

@Fleath: you can easily add your nice little game to the PureArea.net Showcase, then you see users voting, spreading your game also in german PB community, ... :wink:
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

Post by Fleath// »

Thank you for the suggestion...I've looked through the PureArea Showcase before, but wondered how much traffic it actually got. I'll clean the game up a bit and incorporate Hatonastick's suggestion ^^

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
Post Reply