README (1515B)
1 AWK Gold Collection: my best software created for POSIX AWK 2 ----------------------------------------------------------- 3 In this repo, I decided to collect all useful software I have written in AWK 4 throughout the recent years. All of it is strictly POSIX-compliant. The list 5 is divided into three directories: engines, games and utils. 6 7 Clone this repo with: 8 9 git clone --recurse-submodules git://git.luxferre.top/awk-gold-collection.git 10 11 Some software contains its own README files, please read them carefully. 12 Other AWK scripts have the usage described in their comment headers. 13 14 = Emulators, interpreters and game engines = 15 16 * engines/awpix.awk: Pix64 game engine port (prototype) 17 * engines/dale-8a: CHIP-8 virtual machine port 18 (a submodule from git://git.luxferre.top/dale-8a.git) 19 * engines/lvtl.awk: VTL-2 programming language interpreter 20 * engines/subleq.awk: Subleq-16 VM port (can run .dec files) 21 * engines/tch.awk: TinyChoice game engine port 22 23 = Games = 24 25 * games/nnfc: FreeCell solitaire game 26 (a submodule from git://git.luxferre.top/nnfc.git) 27 * games/awlite: Text Elite 1.5 port with further improvements and fixes 28 (a submodule from git://git.luxferre.top/awlite.git) 29 30 = Utilities = 31 32 * utils/textereo.awk: ASCII art stereogram generator 33 * utils/tgl.awk: The Great Library of useful functions missing in POSIX AWK 34 * utils/imeigen.awk: Random valid IMEI generator (with optional TAC prefix) 35 * utils/cardgen.awk: Random valid banking card number generator 36 (with optional BIN prefix) 37 38 --- Luxferre ---