Menu

Home

LunySoft

ZAPH

Content

[Island]
Originally a BASIC adventure I wrote in the 80s, became a CSSCGC 2022 entry. After several interests in the game, regardless of it's simplicity I decide I could improve the puzzles and rewrite it in Z80. It was the development of this simple game that has led to this project, in the hope to put together a portfolio of tools using different skills and technologies. The tools will be PC utilities designed to help compile new adventure games using the Z80 engine to run them.

[TextToHuff]
TextToHuff is a Huffman coding compression utility written in C#. Currently it compiles strings into Huffman coding outputting as Z80 assembler text.

[lasc]
Lasc is a Rust based byte code compiler project for creating the interactions used by the adventure game Z80 code. Currently the compiler is work in progress and only parses expressions, but is in a working state and comes with a test VM for testing the results.
The next stage is to flesh out the language and add more language type components, such as scoping, variables, arrays and statements.

Project Members:


Related

Wiki: Island
Wiki: TextToHuff
Wiki: lasc