Page 1 of 1

LoveMatch v1.3

Posted: Mon Apr 03, 2006 1:10 pm
by techjunkie
I was going thru some old PB sources and discovered the first PB program I wrote a couple of years ago, for my friends 11 year old daughter.

Maybe someone else find it amusing?!? :D

http://www.techjunkie.org/files/LoveMatch.zip

* The "Love Algorithm" is very simple and from an old child game.
* All sounds are from different public (open) web sources and resampled.
* This is the only version that are going to be released.

Have fun!

Posted: Mon Apr 03, 2006 2:26 pm
by benny
rofl ...

nice one - especially the sounds ... however, if you want to check several
name-combinations after each other the analysis-break with sound could
become a bit disturbing :roll:

Posted: Mon Apr 03, 2006 2:49 pm
by techjunkie
benny wrote:rofl ...

nice one - especially the sounds ... however, if you want to check several
name-combinations after each other the analysis-break with sound could
become a bit disturbing :roll:
:lol:

Okey, I'll make one update with a "sound off" option.

Re: LoveMatch v1.1

Posted: Mon Apr 03, 2006 3:16 pm
by traumatic
Sweet!


The results made me pretty sad though :( ;)

Posted: Mon Apr 03, 2006 3:52 pm
by Bonne_den_kule
I tried 'PureBasic vs Bonne_den_kule' and got 95% :P

Fred and PureBasic gives match.

Posted: Mon Apr 03, 2006 4:39 pm
by techjunkie
An updated version with "on / off sound" option.

http://www.techjunkie.org/files/LoveMatch1_2.zip

Posted: Mon Apr 03, 2006 8:46 pm
by techjunkie
Found a bug with very low matches (< 11%), now it should be ok.

http://www.techjunkie.org/files/LoveMatch1_3.zip

Posted: Tue Apr 04, 2006 7:05 am
by Sabour
techjunkie wrote:Found a bug with very low matches (< 11%), now it should be ok.

http://www.techjunkie.org/files/LoveMatch1_3.zip
lol always got 12% :lol: ,any plan to release the source?it will be good for learning ,for noob like me off course :)

Posted: Tue Apr 04, 2006 8:34 am
by techjunkie
Sabour wrote:
techjunkie wrote:Found a bug with very low matches (< 11%), now it should be ok.

http://www.techjunkie.org/files/LoveMatch1_3.zip
lol always got 12% :lol: ,any plan to release the source?it will be good for learning ,for noob like me off course :)
Yeah - I will just clean it up a bit... The Algorithm is really simple, it just counts the letters L O V E S in the names and then add the numbers in a special way. Just like the childs game.

Posted: Wed Apr 05, 2006 11:48 pm
by yrret
Very cute program :D
Thanks for sharing it.