Alley Cat
April 12, 2026 · View on GitHub
Alley Cat
Alley Cat is an experimental VR and AI game platform built for the Godot Engine.
⚠️ Project Status: Early Experimental
This project is in a very early stage of development. It is currently intended for exploration and inspiration rather than practical use in production projects.
🛠️ Development Requirements
- Godot Engine .NET 4.6
- OpenCode
- Godot LSP Bridge — set the
GODOT_PATHenvironment variable to the path of your Godot executable.
🧩 Godot Addons
This project requires the following Godot addons:
- Mirror3D — a customisable 3D mirror addon using a SubViewport.
🧹 C# Linting and Formatting
This repository uses Roslyn analysers, Microsoft.CodeAnalysis.NetAnalyzers, and dotnet format.
Enable the repository hook once after cloning:
git config core.hooksPath .githooks
Every commit then runs:
dotnet format --verify-no-changes AlleyCat.slndotnet build AlleyCat.sln -warnaserror
📜 Licence
This project is open-source and available under the terms of the MIT Licence.