Beta version 0.2
Pre-release
Pre-release
This is the second beta release of the XCI adventure game engine and software development kit (SDK).
The following binaries come with this release:
XCI.PRG - Game engine for Commander X16
xci_sdk_linux_amd64.tar.gz - XCI SDK for 64-bit Linux running on x86 system (xci.exe, archived)
xci_sdk_windows_mingw64.zip - XCI SDK for 64-bit Windows (xci.exe, archived)
Running the SDK on other platforms requires compiling from source using GNU make and gcc. See README.md for build instructions.
New features:
- Minimal configuration template for building game "from scratch"
- Improved documentation, including video tutorial slides
Issues resolved since last release:
- Games can be loaded and saved
- Graceful shutdown via "Exit" menu command
- SDK warning for unknown keys
- Bug fixes to example game
Known issues:
- Sound effects not supported at this time.
- Only supports running on emulator using host file system; no virtual SD card support.
Please report all issues you may find on GitHub, not on social media. Thanks!