10840
JUEGO -> Reflexiontypeins
© Amstrad Computer User (1990)
 
 
 
Up The Ladder
cpc
 
 
screenshot
CTM644 Colour Monitor
screenshot
GT65 Green Monitor
 

Palabras clave

INFOS

- CATEGORIAS -
- NÚMERO DE JUGADORES -
2 jugadores alternativos
- DESCRIPCIóN -
A neat little strategy game for two players this. Pick the number of rungs you want to use, then put your initials on them using the on screen prompts. The object is to make sure your initial appears at the top, so count wisely and calculate your way to the top.

- FICHA -
Paru sous forme de listing dans le magazine Amstrad Computer User Issue 73 : December 1990
Auteur : Robin GILBERT

- BUGS -
Le listing, comme publié dans Amstrad Computer User, ne fonctionne qu'avec BASIC 1.1 parce qu'il utilise la commande GRAPHICS PEN, mais il est possible de le modifier afin de faire fonctionner avec BASIC 1.0 en modifiant la ligne 10 :
AVANT :
10 MODE 1:INK 0,6:INK 1,26:INK 2,0:INK 3,15:GRAPHICS PEN 3:BORDER 6:PAPER 0

APRES :
10 MODE 1:INK 0,6:INK 1,26:INK 2,0:INK 3,15:PLOT -10,-10,3:BORDER 6:PAPER 0


Lorsque le jeu demande si les joueurs veulent jouer encore une fois, seulement les rĂ©ponses en miniscules sont acceptĂ©es. Ce bug peuvent ĂȘtre corrigĂ© en modifiant la ligne 80 :
AVANT :
80 LOCATE 20,10:PRINT"WINNER":LOCATE 17,16:PEN 3:PRINT"Play again ?":i$=INKEY$:IF i$="y" THEN RUN ELSE IF i$<>"n" THEN 80 ELSE PEN 1:MODE 2:LIST

APRES :
80 LOCATE 20,10:PRINT"WINNER":LOCATE 17,16:PEN 3:PRINT"Play again ?":i$=LOWER$(INKEY$):IF i$="y" THEN RUN ELSE IF i$<>"n" THEN 80 ELSE PEN 1:MODE 2:LIST

 

Goto Top
CPC-POWER/CPCSOFTS, programación por Kukulcan © 2007-2024 todos los derechos reservados.
Prohibida la reproducción sin autorización. Todos los tÍtulos utilizados pertenecen a sus propietarios respectivos.
Hébergement Web, Mail et serveurs de jeux haute performance