mobluse / convoy-bomb

Convoy Bomb (1983) is a game originally for ZX81 in ZX FORTH, but now in GForth using VT100 with Unicode

Home Page:https://youtu.be/TcfORXFjnzQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convoy Bomb

Convoy Bomb is a game originally for Sinclair ZX81 in ZX FORTH by Artic, but now in GForth using XTerm (or similar) with Unicode. You also need 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 )
bye

Convoy 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.

Convoy Bomb

About

Convoy Bomb (1983) is a game originally for ZX81 in ZX FORTH, but now in GForth using VT100 with Unicode

https://youtu.be/TcfORXFjnzQ

License:GNU General Public License v3.0


Languages

Language:Forth 97.4%Language:GLSL 2.6%