Skip to content

Cowsay written in Sinclair BASIC for the TC 2048 (ZX Spectrum 48K clone)

License

Notifications You must be signed in to change notification settings

0x00cl/BASIC-Cowsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASIC-Cowsay

Cowsay written in Sinclair BASIC for the TC 2048 (ZX Spectrum 48K Clone)

This repository contains:

  • cowsay.bas: This is the source code in text of the program written in Sinclair BASIC
  • cowsay.tap: This file is in "tape" format which can be read by ZX Spectrum emulators such as fuse.
  • cowsay.wav: This is the program in audio format which can be used to load it into a real ZX Spectrum using your phone or an audio player connected to the "ear" input, just like a casette player would be connected.

ASCII Art

By default the program uses cow art but this can be changed by changing "line" 110 in the .bas file.

110 GO SUB <number>

Number options are:

  • Cow (default): 4000
  • Tux: 4100
  • Llama: 4200
  • Earth: 4300

So if I wanted the llama, I'd have to change line 110 to this:

110 GO SUB 4200

Screenshot

Cowsay output using Fuse emulator

About

Cowsay written in Sinclair BASIC for the TC 2048 (ZX Spectrum 48K clone)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages