A downloadable game

This is a copy of this site: https://spotlessmind1975.itch.io/acme-inc-10-liner

ACME, inc (10 liner) is a  game written in ugBASIC and that runs on various 8-bit home computers like ATARI 400/800/XL/XETRS-80 COLOR COMPUTER 1/2 and OLIVETTI PRODEST PC128.

The aim of the game is to make the coyote run for as long as possible, avoiding the barrels that roll towards him. The more barrels you avoid, the higher the score. It is a self-competiting game, and it is designed for one player.

Click here to read the instructions on how to play.

This game joins the "BASIC10Liner" competition 2024.

Since it joined this competition, the game itself is modest in size, and the given source code respects strong constraints on the length of each line (category: EXTREME-256) and it does not rely on third party libraries. 

The source code is available on this repository.

HOW MUCH HAS ugBASIC HELPED?

This cross-platform game would not have been possible without using ugBASIC: it is an isomorphic language and it has cross compilers that works on Linux and Windows, that directly converts high level algorithms into the assembly equivalent for the given CPU / computer.


Developing for multiple platforms requires very little effort because the source does not have to be adapted or, like this case, it can be adapter limited to the hardware dependent aspects. With a single source code you can obtain programs for multiple retro computers, even very different from each other. Moreover, each target can have a dedicated optimizer, which allows to achieve very interesting results while leaving the BASIC code fully readable. 

https://github.com/spotlessmind1975/acme-inc-10-liner/blob/main/docs/source_atar...

https://github.com/spotlessmind1975/acme-inc-10-liner/blob/main/docs/source_coco...

https://github.com/spotlessmind1975/acme-inc-10-liner/blob/main/docs/source_pc12...

Download

Download
acme-inc-10liner_atari_atarixl.atari.atr 90 kB
Download
acme-inc-10liner_atari_atarixl.atari.xex 33 kB
Download
acme-inc-10liner_atari_atarixl.atarixl.atr 90 kB
Download
acme-inc-10liner_atari_atarixl.atarixl.xex 33 kB
Download
acme-inc-10liner_coco.coco.bin 23 kB
Download
acme-inc-10liner_coco.coco.dsk 157 kB
Download
acme-inc-10liner_pc128op.pc128op.k7 25 kB

Comments

Log in with itch.io to leave a comment.

Here is a video !