--- title: "Z-row Gravity" type: "article" slug: "z-row-gravity" url: "http://localhost/article/z-row-gravity/" markdown_url: "http://localhost/article/z-row-gravity.md" published_at: "2026-01-25T20:40:33+00:00" modified_at: "2026-01-25T20:40:34+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "In this game you must destroy Aliens, Satellites, Galaxies and Robots. They keep spinning around and if you are not careful you might get hit!!! To make thing more difficult, when you start moving you can't stop (well, you stop at a new level or when you die!). To control your ship: Q:Forward, O: Turn…" category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" issues_articles: - id: 38577 title: "Byte Power Spring 1987" type: "issue" url: "http://localhost/issue/byte-power-7/" pubdate: "Spring 1987" archive_link: true article_media: - id: 63129 title: "Z-Row Gravity" type: "computer_media" url: "http://localhost/computer_media/z-row-gravity/" --- # Z-row Gravity In this game you must destroy Aliens, Satellites, Galaxies and Robots. They keep spinning around and if you are not careful you might get hit!!! To make thing more difficult, when you start moving you can’t stop (well, you stop at a new level or when you die!). To control your ship: Q:Forward, O: Turn Left, P: Turn Right, Spacebar: Fire Keys can be redefined. Joystick can also be used (KEMPSTON for Spectrum): UP:Forward, LEFT:Turn Left, RIGHT:Turn Right, BUTTON:Fire ## Source Code: Z-Row Gravity ``` 10 INK 0: PAPER 0: POKE 23624,0: CLS : LOAD ""CODE : RANDOMIZE USR 5e4: LOAD ""CODE : RANDOMIZE USR 38779: CLEAR 65535: NEW ```