13911
JEU -> Aventure
© Ducksoft (1984)
 
 
 
Castlemaze Adventure
cpc
 
 
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
 

screenshot
CTM644 Colour Monitor
screenshot
GT65 Green Monitor
 

Mots Clefs

INFOS

- CATEGORIES -
JEU -> Aventure               
- NOMBRE DE JOUEURS -
1 joueur
- DESCRIPTION -
Your mission is to locate nine treasures and bring them back to the castle entrance.

- COMMANDES -
Liste des commandes acceptées par le jeu :
N, S, W, E, LOOK, CROSS, CLIMB, GET, TAKE, DROP, THROW, GIVE, OPEN, UNLOCK, DIG, DRINK, KILL, READ, SHOOT, ATTACK, CLOSE, LOCK, USE, VALUE, HELP, SWING, EXAMINE, JUMP, SHARPEN, FIND, INVENTORY, SCORE, QUIT, SAY

- STAFF -
Paru sous forme de listing dans le livre "Exploring adventures on the Amstrad CPC 464"
Edité par : Ducksoft

Auteur : Peter GERRARD

- BUGS -
* Bugs principaux
a) Le message "Syntax error in 510" apparaît lors de l'exécution de la commande "SAY"
AVANT :
510 PRINT"Alright...":n1$:GOTO 60

APRES :
510 PRINT"Alright...";n1$:GOTO 60


b) Le message "Syntax error in 750" apparaît lors de l'exécution de la commande "READ SIGN"
AVANT :
750 IF no<>3 THEN PRINT"How do you expect to read ":ob$(no);"?":GOTO 60

APRES :
750 IF no<>3 THEN PRINT"How do you expect to read ";ob$(no);"?":GOTO 60


c) Le message "Syntax error in 870" apparaît lors de l'exécution de la commande "CLOSE VAULT"
AVANT :
870 IF no=16 andob(16,0)<>cp THEN PRINT"What vault?":GOTO 60

APRES :
870 IF no=16 AND ob(16,0)<>cp THEN PRINT"What vault?":GOTO 60


d) La commande "CLOSE DOOR" ne permet pas de fermer la porte du chateau
AVANT :
840 IF no=16 OR no - 30 OR no=31 THEN 870

APRES :
840 IF no=16 OR no=30 OR no=31 THEN 870


e) La commande "FIND" indique à tort que l'objet recherché est juste en face de vous
AVANT :
1057 IF ob(no,0) - cp THEN PRINT"It's right in front of you, stupid!":GOTO 60

APRES :
1057 IF ob(no,0)=cp THEN PRINT"It's right in front of you, stupid!":GOTO 60


f) L'analyseur de texte ne gère pas les commandes comportant au moins une lettre en majuscule
AVANT :
60110 IF z=13 AND zl THEN PRINT" ":RETURN

APRES :
60110 IF z=13 AND zl THEN PRINT" ":cm$=LOWER$(cm$):RETURN
- LIENS -

 

Goto Top
CPC-POWER/CPCSOFTS, programmation par Kukulcan © 2007-2024 tous droits réservés.
Reproduction sans autorisation interdite. Tous les titres utilisés appartiennent à leurs propriétaires respectifs.
Hébergement Web, Mail et serveurs de jeux haute performance