A downloadable game

Mi propuesta para el #basic10liner, "Aves Espaciales" 
https://gkanold.wixsite.com/homeputerium
###INTRODUCCIÓN###
SPA
Aves espaciales es un juego de habilidad en /10 líneas/. Programado para ZX Spectrum 48kb (Aca CZ).
Fue programado para el 10th Edition of BASIC 10 Liner Contest.
Se adjunta el listado para corroborar lineas y cantidad de caracteres.
ENG
Space Birds is a / 10 lines / skill game. Programmed for ZX Spectrum 48kb (Here CZ).
It was scheduled for the 10th Edition of BASIC 10 Liner Contest.
The list is attached to corroborate lines and number of characters.
###JUEGO###
SPA
El juego es muy sencillo, las aves aterrizan en un nuevo planeta pero deben hacerlo sobre la plataforma en medio de la lava ardiente. Son 20 aves en total para completar el juego. Se puede jugar a puntos o a cantidad de Aves ya que cada movimiento de más descontará puntos. La plataforma se va moviendo por lo que cada ave debe caer justo en ella. A medida que avance el nivel la caída será más rápida.
Para mover: Z=Izquierda  M=Derecha, cualquier tecla y movimiento acelera la caída pero descuenta puntos.
ENG
The game is very simple, the birds land on a new planet but they must do so on the platform in the middle of the burning lava. There are 20 birds in total to complete the game. You can play for points or for the number of Birds since each extra movement will deduct points. The platform is moving so that each bird must fall right on it. As the level progresses the fall will be faster.
To move: Z = Left M = Right, any key and movement accelerates the fall but deducts points.
###DESCRIPCIÓN DE LINEAS (SPA)###:
LINEA 5: Se cambia el color de borde, papel y tinta y se definen variables
LINEA 6: Se presenta, Se definen las variables cuando el juego vuelve a empezar pero el jugador no ha perdido
LINEA 10: Se arma la pantalla con gráficos de la máquina (sin GDU) y se coloca la plataforma aleatoriamente
LINEA 20: Comienza el motor del juego y se chequea si se presiona la tecla "Z"
LINEA 30: Se chequea si se presiona la tecla "M"
LINEA 40: Se borran rastros del pájaro y se dibuja nuevamente el la linea siguiente
LINEA 45: Sonido
LINEA 50: Se corrobora si cayó en la plataforma correctamente, sonido y modificación de variables y vuelve a empezar
LINEA 70: Se corrobora si cayó en la lava, sonido y modificación de variables y vuelve a empezar
LINEA 80: Se corrobora si todos las aves aterrizaron, sonido y vuelve a empezar 
###DESCRIPCIÓN DE LINEAS (ENG)###:
LINE 5: The border, paper and ink color is changed and variables are defined
LINE 6: It is presented, the variables are defined when the game starts again but the player has not lost
LINE 10: Arm the screen with graphics of the machine (without GDU) and the platform is placed randomly
LINE 20: Start the game engine and check if the "Z" key is pressed
LINE 30: It is checked if the "M" key is pressed
LINE 40: Traces of the bird are erased and the next line is drawn again
LINE 45: Sound
LINE 50: It is corroborated if it fell on the platform correctly, sound and modification of variables and starts again
LINE 70: It is corroborated if it fell into the lava, sound and modification of variables and starts again
LINE 80: It is confirmed if all the birds landed, sound and start again
VARIABLES:
    p=puntos
    c=nivel
    q=mejor puntaje
    z=cantidad de aves
    x=pausa
    b=posición de la plataforma
    m,a=posición del personaje
    q2=temporal de puntos

Download

Download
Aves10Lines.tap 1 kB
Download
Detalles (10 lineas).txt 3 kB
Download
Listado.txt 1 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.