Einzelnen Beitrag anzeigen
  #422  
Alt 09.08.2025, 14:41
Benutzerbild von mclane
mclane mclane ist offline
Lebende Foren Legende
 
Registriert seit: 16.04.2005
Ort: Lünen
Alter: 59
Land:
Beiträge: 4.624
Abgegebene Danke: 3.341
Erhielt 6.349 Danke für 2.235 Beiträge
Aktivitäten Langlebigkeit
12/20 20/20
Heute Beiträge
1/3 sssss4624
AW: Zep Tepi, die erste Zeit der Computerschach Götter

 Zitat von Tibono Beitrag anzeigen
Hi,
thanks for the idea, Thorsten.
I easily found the program itself (deep_scan.dsk) and an emulator (SimCoupe.exe).

Loading the disk into drive 1 autostarts the chess program; yet it looks like only two commands are valid (apart from moves input): new (for a new game) and stop (to quit the program).
There is no direct input to change the default thinking time (180 secs).

The way I succeeded:
- stop to exit the program
- input: 15 LET time=x
-----> where x is the wanted thinking time in seconds
- run

This inserts a new basic line that overwrites the time value previously set in line 10:
Code:
10 PEN 7: LET ls=0: LET time=180: REM CPU MOVE time IN seconds
As a lazy guy, I find easier and quicker to insert the short line 15 rather than deal with the long 10 one.

Hope this helps,
Eric
Instead of Let, you can ask input „time in seconds ?“, x

Depending on the syntax of the basic it looks maybe different there.
My tournament is all in 40/120 so this is ok for me. There are even interesting games on youtube with deep scan.
__________________
Die ganze Welt des Computerschachs
Mit Zitat antworten
Folgender Benutzer sagt Danke zu mclane für den nützlichen Beitrag:
kamoj (09.08.2025)