Share Tips, Code Samples, etc. with the Visual Prolog community.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Here is a 15-Puzzle Game program I wrote in Visual Prolog 6.1 two years ago.
The program uses scrollbars, it is possible save, open and replay the game.
To run it in Visual Prolog 7.0 delete from VDE :
vip7edit.lib
vip7vpi.lib.

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoft_Puzzle.zip
CalmoSoft Puzzle in Visual Prolog 7.0
(29.55 KiB) Downloaded 2346 times
Last edited by CalmoSoft on 6 Nov 2022 14:08, edited 48 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

CalmoSoft Puzzle Game

Unread post by CalmoSoft »

CalmoSoft Puzzle Game in Visual Prolog 7.0

CalmoSoft Puzzle Game Demo

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoft_Puzzle_20070502.zip
CalmoSoft Puzzle in Visual Prolog 7.0
(31.21 KiB) Downloaded 1626 times
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 9 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

CalmoSoft Puzzle Game

Unread post by CalmoSoft »

CalmoSoft Puzzle Game in Visual Prolog 7.1

CalmoSoft Puzzle Game Demo

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoft_Puzzle_20070725.zip
CalmoSoft Puzzle in Visual Prolog 7.1
(32.67 KiB) Downloaded 1706 times
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 9 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Unread post by CalmoSoft »

CalmoSoft Puzzle Game Demo

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Last edited by CalmoSoft on 25 Jul 2020 0:25, edited 13 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

CalmoSoft Puzzle Game

Unread post by CalmoSoft »

CalmoSoft Puzzle Game in Visual Prolog 7.4

If you have Visual Prolog Personal Edition please copy the attached "vpiOldDomains" to "pfc\vpi\vpiOldDomains".

CalmoSoft Puzzle Game Demo

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
vpiOldDomains.zip
vpiOldDomains
(2.21 KiB) Downloaded 1134 times
CalmoSoft_Puzzle_20140327.zip
CalmoSoft Puzzle Game in Visual Prolog 7.4
(38.28 KiB) Downloaded 1198 times
Last edited by CalmoSoft on 13 Oct 2020 15:13, edited 3 times in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

CalmoSoft Puzzle Game in Visual Prolog 7.5

Unread post by CalmoSoft »

CalmoSoft Puzzle Game in Visual Prolog 7.5

If you have Visual Prolog Personal Edition please copy the attached "vpiOldDomains" to "pfc\vpi\vpiOldDomains".

CalmoSoft Puzzle Game Demo

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoft_Puzzle_20140727.zip
CalmoSoft Puzzle Game in Visual Prolog 7.5
(31.42 KiB) Downloaded 1315 times
vpiOldDomains.zip
vpiOldDomains
(2.21 KiB) Downloaded 1265 times
Last edited by CalmoSoft on 13 Oct 2020 15:11, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Unread post by CalmoSoft »

Here is the CalmoSoft Fifteen Puzzle Game in Visual Prolog 8.0

If you have Visual Prolog Personal Edition please copy the attached "vpiOldDomains" to "pfc\vpi\vpiOldDomains".

Please Rebuild All.

CalmoSoft Puzzle Game Demo

Image

Regards,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
vpiOldDomains.zip
vpiOLdDomains
(2.21 KiB) Downloaded 844 times
CalmoSoft_Puzzle_20140727.zip
CalmoSoft Fifteen Puzzle Game
(31.42 KiB) Downloaded 901 times
Last edited by CalmoSoft on 13 Oct 2020 15:12, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Hello,

I want update my CalmoSoft Fifteen Puzzle Game to VIP 8.0
I have a question.
What change the next code for:
predicates
onDestroy : vpiOldDomains::destroyHandler.
clauses
onDestroy() = vpiOldDomains::defaultHandling() :-
thisWin := erroneous.
Greetings,
Gal Zsolt
(~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1323
Joined: 28 Feb 2000 0:01

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by Thomas Linder Puls »

Your program seems to work in Vip8 with very few changes, and the mentioned code does not need to be changed. So I assume that you are doing a more fundamental update to the newer gui structure. In that structure you don't have a thisWin fact, and your destroy handler will therefore not do anything at all. Subsequently, it is more natural not to have a destroy handler at all.

If you are updating it more radically, I think you should update it to be an SDI application.
Regards Thomas Linder Puls
PDC
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Hello Thomas,

Thanks for your useful help and suggestions.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Last edited by CalmoSoft on 14 Mar 2019 14:46, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Hello Thomas et All,

Here is the CalmoSoft Fifteen Puzzle Game in Visual Prolog 9.0 CE (Commercial Edition)

CalmoSoft Fifteen Puzzle Game video

Image

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoftFifteenPuzzleGame.zip
(31.32 KiB) Downloaded 859 times
Last edited by CalmoSoft on 13 Oct 2020 15:12, edited 1 time in total.
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Hello Thomas,

I need your help.
I want to update code to the newer gui structure.

I have the next code:

Code: Select all

predicates      onDestroy : vpiOldDomains::destroyHandler. clauses      onDestroy() = vpiOldDomains::defaultHandling() :-      thisWin := erroneous.
I get the next error message:
PlayWindow\playDialog.pro(29,21)
error c218 : Unknown class/interface 'vpiOldDomains' in pack 'PlayWindow\PlayWindow.pack'
What to do?

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Attachments
CalmoSoftFifteenPuzzleGame.zip
(31.32 KiB) Downloaded 757 times
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1323
Joined: 28 Feb 2000 0:01

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by Thomas Linder Puls »

The Personal Edition doesn't contain vpiOldDomains.

When I compile the project with the Commercial Edition I don't get any errors.

Notice that when upgrading to the newer gui structure you will not need vpiOldDomains.
Regards Thomas Linder Puls
PDC
User avatar
CalmoSoft
VIP Member
Posts: 72
Joined: 17 Oct 2006 5:49

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by CalmoSoft »

Hello Thomas,

Thanks for your help and informations.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
User avatar
Thomas Linder Puls
VIP Member
Posts: 1323
Joined: 28 Feb 2000 0:01

Re: ~ CalmoSoft Fifteen Puzzle Game ~

Unread post by Thomas Linder Puls »

Notice that you already knew it (see a couple of mails above :-)).
Regards Thomas Linder Puls
PDC
Post Reply