A downloadable game

Lazy Basic - BANK 10

12th Edition of BASIC 10 Liner Contest

MSX 1 - Category "PUR-120"

(c) 2023 - Miguel Ángel Pelegrí


EN


* How to play?

Once the game is done, the screen with 3 windows will be displayed,

and will be waiting for a key press when you are ready.

Use the cursor keys to shoot at the appropriate window.

Shoot the gunmen before they do, or you will lose a life, and let the

customers deposit their money in the cash register.

If you kill a bank customer by mistake, you will lose a life.

The scoreboard will display in this order:

- $: money deposited in cash;

- Lv: lives you have left;

- +: Outlaws killed;

Once you lose all lives, the game will return to Basic.

To play again press F5, or type RUN and press Enter.


* Possible changes in difficulty

In the 10-line game, you can modify the following:

Line 2: V=6. Increase or decrease the lives according to your needs.

At the beginning you have 6 lives.

Line 5: R=Rnd(1)*7. If you change the number, it will change the

periodicity with which the enemies come out. If you decrease the

number, they will come out more in a row. If you increase it, they will

take longer to come out. If the number is 3, only one type of enemy

will come out. If the number is 2, only customers. Numbers lower

than 7 will create a very accelerated version of the game.

Line 5: IfC(E)>15. Affects the time the characters are on screen, a

higher number implies more time on screen.

In the bankfull.bas file, you will find the commented code, and more

readable by using each instruction one line of code, and the DATA

at the end. Check the equivalent lines.

Enjoy the game


ES

* ¿Cómo jugar?

Una vez cague el juego, se mostrará la pantalla con 3 ventanillas,

y quedará a la espera de la pulsación de una tecla cuando estés listo.

Utiliza las teclas del cursor para disparar a la ventanilla que

corresponda.

Dispara a los pistoleros antes de que lo hagan ellos, o perderás una

vida, y deja que las clientes depositen su dinero en la caja.

Si matas a una clienta del banco por error, perderás una vida.

El marcador mostrará por este orden:

- $: dinero depositado en caja;

- Lv: vidas que te quedan;

- +: Forajidos muertos;

Una vez pierdas todas las vidas, el juego volverá al Basic.

Para volver a jugar pulsa F5, o teclea RUN y pulsa Enter.


* Posibles cambios de dificultad

En el juego de 10 líneas, puedes modificar lo siguiente:

Línea 2: V=6. Aumenta o disminuye las vidas según tus necesidades.

De inicio tienes 6 vidas.

Línea 5: R=Rnd(1)*7. Si alteras el número cambiará la periodicidad

con la que salen los enemigos. Si disminuye el número, saldrán más

seguidos. Si lo aumentas, tardarán más en salir. Si el número es 3,

solo saldrá un tipo de enemigo. Si el número es 2, solo saldrán

clientes. Números inferiores a 7 crearán una versión muy acelerada

del juego.

Línea 5: IfC(E)>15. Afecta al tiempo en el que los personajes están

en pantalla, un número mayor implica más tiempo en pantalla.

En el archivo bankfull.bas encontrarás el código comentado, y más

legible al utilizar cada instrucción una línea de código, y los DATA

al final. Comprueba las líneas equivalentes.

Disfruta del juego

Download

Download
bank10.bas 1 kB
Download
bank10.dsk 720 kB
Download
bankfull.bas 4 kB
Download
instructions.pdf 57 kB
Download
instructions.txt 4 kB

Install instructions

EN

* Loading instructions

Open the BlueMSX emulator which can be downloaded from the

following URL: http://bluemsx.msxblue.com/download.html

* Insert the virtual disk

Menu 'File' > 'Drive A' > 'Insert (LCtrl+F9)'.

Select the file 'bank10.dsk' and press the 'Open' button.

Once the disk is loaded, you can start the emulation:

Menu 'Emulation' > 'Run (F9)'.

The game should load automatically.

If it doesn't, type: RUN"bank10.bas

* Disk content

The disk contains 3 files:

- autoexec.bas. Runs the game when the computer starts;

- bank10.bas. The game in 10 code lines of 120 characters;

- bankfull.bas. Game with instructions per line and commented.


ES

* Contenido del disco

El disco contiene 3 archivos:

- autoexec.bas. Ejecuta el juego al arrancar el ordenador;

- bank10.bas. El juego en 10 líneas de código de 120 caracteres;

- bankfull.bas. Juego con instrucciones por línea y comentado.

* Instrucciones de carga

Abra el emulador BlueMSX que se puede descargar desde la

siguiente dirección: http://bluemsx.msxblue.com/download.html

* Introduzca el disco virtual:

Menú 'Archivo' > 'Unidad de disco A' > 'Insertar (LCtrl+F9)'

Seleccione el archivo 'bank10.dsk' y pulse el botón 'Abrir'.

Una vez cargado el disco, puede iniciar la emulación:

Menú 'Emulación' > 'Ejecutar (F9)'

El juego debería cargar automáticamente.

En caso de no hacerlo, teclea: RUN"bank10.bas


Leave a comment

Log in with itch.io to leave a comment.