Fifteen 2
Descripción
Fifteen Puzzle ver. 1.5 Pavel Zampach (zampach@volny.cz), 2003, 2005 History PocketDos compatible "magic key" [Q] added searching cards. Keys for searching are the same as in Curtis Cameron's Free Cell, only letters have to be pressed with Shift (capital letters) slightly fixed and improved and rewritten into ForthCMP (much smaller EXE) first public version (written in Turbo Pascal) Thank * Curtis Cameron for his excellent graphic libraries * Tom Warfield for Pretty Good Solitaire - the best solitaire program for Win95 * Tom Almy for ForthCMP compiler Installation is very simple.
Descripción extraída automáticamente de la documentación incluida en el paquete: esta entrada no figuraba en el catálogo original.
Ficha técnica
- Fichero
FIFTEEN-2.ZIP- Tamaño
- 5.4 KB
- Formato
- .zip
- Año
- 2005
- Ficheros dentro
- 3
- Ruta
anonftp/pub/FIFTEEN-2.ZIP
Cómo instalarlo
Qué enviar al palmtop ahorras 2.2 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
FIFTEEN.EXE→ A:\SOFT programa de DOS 6.4 KB -
FIFTEEN.ICN→ A:\SOFT icono, junto a su aplicación 200 B
No hace falta llevar al palmtop
FIFTEEN.TXT:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 2.2 KB en un disco de 1 MB.
Pasos
- Copia FIFTEEN.EXE a A:\SOFT. Son programas de DOS: se ejecutan desde el icono DOS, o añadiendo A:\SOFT al PATH de C:\AUTOEXEC.BAT para poder llamarlos por su nombre.
- Los .ICN son iconos: van en la misma carpeta que su aplicación.
Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.
Instrucciones del autor
Installation is very simple. Copy file FIFTEEN.EXE to desired directory and place it into AppManager or another launcher. Needed space is about 64K. Playing a-o, q source and target piles (small letters) F1 help F2 or <- back F3 or space forward F4 mark current position F5 go to marked position F6 go to last position with one empty pile F10 exit game 1-9, TJQK highlite cards (1 for Ace, T for 10) - letters with Shift! If you press [q] as target pile key, program tries move selected card to first appropriate or empty pile If game is interrupted (F10), you can save positions of all cards and history into file (FIFTEEN.DAT). On next start of program is this loaded and game continues. Game Object To move all the cards of each rank to the same pile, so that there are 13 piles of 4 cards of the same rank. Layout 15 Tableau piles (2 begin empty) - Cards may be played on other cards of the same rank. At most 4 cards are allowed in any pile. Empty piles may be filled by any card. Play The deck is dealt 4 cards each to 13 piles. There are two more piles in the upper middle that begin empty. Any card may be moved to an empty pile. Cards may be played on other cards of the same rank. For example, if the top card of a pile is a Three, another Three can be played on top of it. However, only 4 cards are allowed in any pile at one time. The object is to move the cards so that there are 13 piles of 4 cards of the same rank, that is, one pile of 4 Kings, one pile of 4 Queens, and so on.
Extracto literal de FIFTEEN.TXT, tal cual venía en el paquete.
Contenido del paquete
Enviar a mi palmtop
El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.
En el palmtop
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?
Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0…ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:
ls -l /dev/serial/by-id/
Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».
Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:
sudo usermod -aG dialout $USER
Hay que cerrar la sesión y volver a entrar para que surta efecto.
Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).
macOS — ls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..
El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.