Page 1 of 1

[GAME] Pick And Match

Posted: Sun Nov 12, 2023 4:59 pm
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

Re: [GAME] Pick And Match

Posted: Mon Nov 13, 2023 2:29 am
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.

Re: [GAME] Pick And Match

Posted: Mon Nov 13, 2023 10:41 pm
by neuronic
Thank you for your kind words! I am glad you like my game!

Re: [GAME] Pick And Match

Posted: Tue Nov 14, 2023 6:05 am
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).

Re: [GAME] Pick And Match

Posted: Tue Nov 14, 2023 3:15 pm
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.