https://github.com/mobluse/convoy-bomb
Convoy Bomb (1983) is a game originally for ZX81 in ZX FORTH, but now in GForth using VT100 with Unicode
https://github.com/mobluse/convoy-bomb
1983 console-game forth game gforth semigraphics terminal-app terminal-based terminal-game vt100 zx-forth zx81 zxforth
Last synced: 7 months ago
JSON representation
Convoy Bomb (1983) is a game originally for ZX81 in ZX FORTH, but now in GForth using VT100 with Unicode
- Host: GitHub
- URL: https://github.com/mobluse/convoy-bomb
- Owner: mobluse
- License: gpl-3.0
- Created: 2016-02-19T09:13:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T19:28:59.000Z (about 2 years ago)
- Last Synced: 2025-01-20T10:09:49.757Z (9 months ago)
- Topics: 1983, console-game, forth, game, gforth, semigraphics, terminal-app, terminal-based, terminal-game, vt100, zx-forth, zx81, zxforth
- Language: Forth
- Homepage: https://youtu.be/TcfORXFjnzQ
- Size: 147 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convoy Bomb
Convoy Bomb is a game originally for Sinclair ZX81 in [ZX FORTH by Artic](http://www.zx81stuff.org.uk/zx81/tape/ZXForth),
but now in [GForth](https://gforth.org/) using XTerm (or similar) with Unicode.
You also need
[semigraphics](https://github.com/mobluse/semigraphics). How to install and run in Linux:sudo apt install gforth
git clone https://github.com/mobluse/semigraphics
git clone https://github.com/mobluse/convoy-bomb
cd convoy-bomb
gforth convoy-bomb.g.fs
convoy-bomb
show-cur ( if you terminate using Ctrl+C )
byeConvoy Bomb is in Swedish; both instructions and code. Use without Caps Lock or Shift.
B drops a bomb. N/L means New Line i.e. Enter AKA Return. ZX81 does not have ÅÄÖ,
but I used 0 for Ö on ZX81 (0 looks like Ø (Danish Ö) on ZX81),
but in the GForth version I now use ÅÄÖ in the text and comments.