added Janet port

This commit is contained in:
Luxferre
2026-03-30 19:43:13 +03:00
parent 833c57631b
commit 9af0374c93
2 changed files with 194 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ This is a collection of my own ports of the [Scoundrel](http://stfj.net/art/2011
* [ANSI C89 port](c/scoundrel.c) - also compatible with CC65 and Z88DK (use the provided Makefile to build Scoundrel for Commodore 16/64/128/Plus-4/PET, Atari 400/800/XL/XE, ZX Spectrum, MSX and Apple II/IIe; a JRE installation on the host system is required to build Apple disk images)
* [NES port](nes/nescoundrel.c) - gamepad-oriented, considered stable but some impovements may come
* [Game Boy port](gb/gbscoundrel.c) - gamepad-oriented, considered stable but some impovements may come
* [Janet port](janet/scoundrel.janet) - close to C89 port but not fully identical
## Ports NOT included in this repo for various reasons