Riko4
A Fantasy Console intended as a tool for pixel art game development.
Install / Use
/learn @emmachase/Riko4README
Riko4 
A fantasy computer / game engine
Build Instructions with vcpkg:
# First, set up vcpkg if you haven't already
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh # On Linux/macOS
# OR
.\bootstrap-vcpkg.bat # On Windows
# Clone Riko4 and build
git clone https://github.com/emmachase/riko4
cd riko4
mkdir build
cp -r scripts build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
cmake --build .
Alternatively, create a CMakeUserPresets.json:
{
"version": 2,
"configurePresets": [
{
"name": "default",
"inherits": "vcpkg",
"generator": "Unix Makefiles", // Or your preferred Generator
"environment": {
"VCPKG_ROOT": "C:/code/vcpkg"
}
}
]
}
Then:
cmake .. --preset default
cmake --build .
Screenshots:
Related Skills
node-connect
352.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
