[GAME] Pick And Match

Developed or developing a new product in PureBasic? Tell the world about it.
neuronic
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

[GAME] Pick And Match

Post by neuronic »

Hi everyone!

I have just released my latest game: Pick And Match. It is yet another memory game but this time it comes with 12 levels and with different levels of difficulty.

Why waste my time on yet another memory game? I like memory games and as I had bought the assets, I wanted to use them.

Some technical info:
This is my first game which was compiled using PB v6.03. I had the plan to release it for the Raspberry Pi and also for the Mac, but I still ran into some small problems when trying to compile the code using the C backend. For this version I still used the Asm compiler. I also used DirectX on Windows.

I also ran into a problem I had never experienced before. Originally I wanted to use the font set: Luckiest Guy. Everything worked, but when I wanted to run the game on Linux (Ubuntu), I noticed that the special Hungarian characters (accents) are only partly visible. (The font set supports Hungarian.) I tried to run the code using the qt subsystem. It worked. The characters were visible, but the game just crashed while loading the assets. As I couldn’t solve the problem, I decided to go with a different font. It is displayed correctly. (I don’t think it is a problem with PB as I had the same problem using PB 5.73 and 6.03, the problem could be with the font.)

How to install
The game is available as an install package or as a zip archive. You can find a DirectX 9 and a DirectX 11 version. If you choose to install the game using the installer, the icon/shortcut will start the DirectX 9 version. Of course this can easily be changed.

The Linux version is also available as a tar.gz package. I compiled it on Ubuntu 22.04.

Download
You can download it from my website: https://www.nightloversgamestudio.net

Image


Have fun playing the game!

neuronic
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: [GAME] Pick And Match

Post by Kuron »

Looks gorgeous! Beautiful artwork! I love all of your games and I have enjoyed playing them a lot! Thank you for sharing this with us.
Best wishes to the PB community. Thank you for the memories. ♥️
neuronic
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [GAME] Pick And Match

Post by neuronic »

Thank you for your kind words! I am glad you like my game!
BarryG
Addict
Addict
Posts: 4122
Joined: Thu Apr 18, 2019 8:17 am

Re: [GAME] Pick And Match

Post by BarryG »

neuronic wrote: Sun Nov 12, 2023 4:59 pmI still ran into some small problems when trying to compile the code using the C backend
You should do bug reports for them (I searched your posts and didn't see any).
neuronic
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 11:38 pm
Contact:

Re: [GAME] Pick And Match

Post by neuronic »

Before reporting it as a bug, I need to investigate the problem further, as most likely it is caused by my code and not a bug in PB.
Post Reply