Forum
Robo stalker - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Gallery (https://www.boriel.com/forum/forumdisplay.php?fid=18)
+---- Thread: Robo stalker (/showthread.php?tid=909)



Robo stalker - Week of the agents - 12-12-2019

Hallo, Gordon Freeman

Behold my first (and mb last) expirience with ZX Spectrum. ROBO STALKER game for Yandex Retro Games Battle 2019 contest (rgb.yandex)

[Image: 01.png?raw=1]

Game about war robot hunter Vova that manhunts Ned Agent - escaped criminal

[Image: 02.png?raw=1]

[Image: 03.png?raw=1]

[Image: 04.png?raw=1]

TAP file
BAS files
Graphics and texts
Data converter

Gameplay:
On every level you must restore power to teleportation machine, find navigation circuit board for teleportation to next level.

Default keys:
Left - z
Right - c
Jump - x
Use - s
Fire - Space
Menu - m

Weapons - 1-4

I used INKEY so only one key is processing in time.


-- Compiler params
--tap --org=24576 --optimize 2 --heap-size=256


Version 1.02 with advanced controls by Verm-V
Source 1.02


RE: Robo stalker - Alessandro - 12-12-2019

Hi Week, congratulations on your first game created with ZX-Basic. I must warn you that I found a bug: in the fourth screen, if you call the menu after destroying the two droids, when you return to the game the player droid won't be displayed and the game will freeze.


RE: Robo stalker - Week of the agents - 12-13-2019

(12-12-2019, 10:24 PM)Alessandro Wrote: Hi Week, congratulations on your first game created with ZX-Basic. I must warn you that I found a bug: in the fourth screen, if you call the menu after destroying the two droids, when you return to the game the player droid won't be displayed and the game will freeze.
WHOOPS! You are right.
Very strange bug, I will fix it.


RE: Robo stalker - Week of the agents - 12-17-2019

Fixed. Wrong label in cycle


RE: Robo stalker - Week of the agents - 02-02-2020

Important update by Verm-V
This guy rebuilded my game and now it uses multikey controls and even kempston joystick

Robostalker 1.02

Source